• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: VWR-9085
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Unassigned
Reporter: boulanger minotaur
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
1. Second Life Viewer - VWR

can't use the inbuild browser with new release-- this is a behavior change since 1.20 not a bug

Created: 08/Sep/08 01:00 AM   Updated: 28/Sep/08 03:44 PM
Return to search
Component/s: User Interface
Affects Version/s: 1.20
Fix Version/s: None

Issue Links:
Duplicate
 


 Description  « Hide
i can't enable built in browser with the Second Life 1.20.15 (92456) Jul 18 2008 10:58:42 (Second Life Release). allways open external web browser when i click on script to open an htlm link inside the island. before the new realase it worked.
In build web borwser is check
only im link and web link from topics menu inside sl toolbar work.
in build borwser doesn't work when you une a loadurl command. before 1.20 it worked.
exemple of script.
// Display URL Dialog default { touch_start(integer num_detected) { key gAvatarKey = llDetectedKey(0); llLoadURL(gAvatarKey, "View the officialsite.", "http://www.secondlife.com"); } }

it doesn't work for IE and firefox



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
McCabe Maxsted added a comment - 08/Sep/08 01:13 AM

McCabe Maxsted added a comment - 08/Sep/08 01:20 AM
Duplicate of VWR-4843.

Angela Linden added a comment - 08/Sep/08 04:09 AM
fixed, the fix will be in for the next release. but here is a patch for it

go to indra\newview\llviewermessage.cpp

see the code below.

void callback_load_url(S32 option, void* data)
{
LoadUrlInfo* infop = (LoadUrlInfo*)data;
if (!infop) return;

if (0 == option)

{ LLWeb::loadURLExternal(infop->mUrl); ====> change this into ==> LLWeb::loadURL(infop->mUrl); }

delete infop;
infop = NULL;
}

build and run.

cheers


Angela Linden added a comment - 09/Sep/08 01:31 AM
Just confirmed —
this is a behavior change in the release since 1.20
we are no longer supporting LLLoadURL to open link in build-in browser.

so the fix above will not go into the next release.

cheers


gwenael debevec added a comment - 28/Sep/08 02:05 PM
the release 1.20.16. doesn't have the fixe. We need to have capability to use the in build browser in SL . it's still open ! not closed

Harleen Gretzky added a comment - 28/Sep/08 03:44 PM
This issue is a duplicate, besides LL has said they are not going to fix it.