Open sl-service-account opened 9 years ago
Whirly Fizzle commented at 2014-12-01T00:45:48Z, updated at 2014-12-01T00:46:14Z
Reproduced on Second Life 3.7.20 (296094) Oct 29 2014 14:05:13 (Second Life Release)
This also reproduces for youtube links in the internal web browser - Develop -> UI -> Webcontent browser
If you refresh the page, the web address then shows correctly
Second Life 3.7.20 (296094) Oct 29 2014 14:05:13 (Second Life Release)
Release Notes
CPU: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (3491.96 MHz)
Memory: 16268 MB
OS Version: Microsoft Windows 7 64-bit Service Pack 1 (Build 7601)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce GTX 750/PCIe/SSE2
Windows Graphics Driver Version: 9.18.0013.4475
OpenGL Version: 4.4.0 NVIDIA 344.75
libcurl Version: libcurl/7.38.0 OpenSSL/1.0.1h zlib/1.2.8
J2C Decoder Version: KDU v7.0
Audio Driver Version: FMOD Ex 4.44.31
Qt Webkit Version: 4.7.1 (version number hard-coded)
Voice Server Version: Not Connected
Built with MSVC version 1600
Whirly Fizzle commented at 2014-12-01T00:49:28Z
Appears to be a webkit bug in 4.7.1 Same problem reproduces on Firestorm viewer which uses the same webkit version as the Linden viewer (4.7.1). Testing on a build of Firestorm using Qt Webkit Version: 5.2.1, this bug does not reproduce
DanOne Landar commented at 2015-01-18T17:25:52Z
hello Whirly Fizzle :)
Where can i find this Firestorm release with "Webkit 5.2.1" ? Do you know why this release Webkit 5.2.1 is not delivered in the SL setup package for replace the 4.7.1 ?
Whirly Fizzle commented at 2015-01-18T22:51:43Z
Heya Dan,
There is no Firestorm release that uses webkit 5.2.1. The latest Firestorm release uses the same webkit version as the Linden viewer (4.7.1) and so it has this same bug. The Firestorm build I was referring to was a test self compile build, which isn't available for general use. The reason Firestorm hasn't released a version using webkit 5.2.1 is because it had some new bugs not present in 4.7.1 (see the subtasks on http://jira.phoenixviewer.com/browse/FIRE-13620) and Linden lab started work on CEF, a replacement for webkit - see OPEN-218. So work stopped on fixing the bugs in webkit 5.2.1 because Firestorm would be using the Linden Lab CEF implementation anyway. As far as I am aware, work will continue on CEF once some other projects are finished.
DanOne Landar commented at 2015-01-19T01:51:41Z
Thank you very much for all these explanations !
Whirly Fizzle commented at 2015-10-08T02:47:16Z
This is fixed for me on http://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Project_Valhalla/4.0.0.305703 Windows 7 64bit.
Steps to Reproduce
1) on a prim put a media 2) in the floating bar type : www.youtube.com 3) click one url video displayed on the prim 4) the video is displayed on the prim 5) the floating bar is not updated withe the current url 6) PRIM_MEDIA_CURRENT_URL don't return the current URL
Actual Behavior
When I click an URL in the YOUTUBE search interface the "floating bar" and the PRIM_MEDIA_CURRENT_URL are not updated with the new URL.
Expected Behavior
PRIM_MEDIA_CURRENT_URL and FLOATING BAR must always contain the url displayed on a prim
Other information
Any URL clicked from search google interface is updated in PRIM_MEDIA_CURRENT_URL, and is displayed in the floating bar. The problem seems to affect only the youtube interface
Links
Duplicates
Related
Original Jira Fields
| Field | Value | | ------------- | ------------- | | Issue | BUG-7936 | | Summary | PRIM_MEDIA_CURRENT_URL is not updated with the clicked URL in YouTube interface | | Type | Bug | | Priority | Unset | | Status | Accepted | | Resolution | Accepted | | Reporter | DanOne Landar (danone.landar) | | Created at | 2014-11-30T19:51:16Z | | Updated at | 2018-09-11T15:54:03Z | ``` { 'Business Unit': ['Platform'], 'Date of First Response': '2014-11-30T18:45:48.362-0600', "Is there anything you'd like to add?": 'Any URL clicked from search google interface is updated in PRIM_MEDIA_CURRENT_URL, and is displayed in the floating bar.', 'Severity': 'Unset', 'System': 'SL Viewer', 'Target Viewer Version': 'viewer-development', 'What just happened?': 'When I click an URL in the YOUTUBE search interface the "floating bar" and the PRIM_MEDIA_CURRENT_URL are not updated with the new URL.', 'What were you doing when it happened?': 'I can do nothing ! The PRIM_MEDIA_CURRENT_URL return the value of the previous URL www.youtube.com', 'What were you expecting to happen instead?': 'PRIM_MEDIA_CURRENT_URL and FOATING BAR must always contain the url displayed on a prim', } ```