• 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.
MAINTENANCE ANNOUNCEMENT - JIRA will undergo maintenance starting 1:00am PDT through 3:00am on Saturday 2010.03.20. Please do not enter issues during this time as the system maybe restarted.
Issue Details (XML | Word | Printable)

Key: MOZ-9
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: dan linden
Reporter: dan linden
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
LLMozLib

Webkit: Spinning hand fails to appear on Loading screen

Created: 17/Mar/09 10:53 AM   Updated: 17/Mar/09 02:48 PM
Component/s: WebKit
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. PNG File linux_loading.png (77 kB)
2. JPEG File XP_loading.jpg (37 kB)

Environment:
Second Life 1.23.0 (114598) Mar 16 2009 12:25:27 (Second Life Release)
LLMozLib Version: [LLMediaImplLLMozLib] - 2.01.22507 (QtWebKit version 4.5.0)
All platforms

Last Triaged: 17/Mar/09 10:54 AM
Linden Lab Issue ID: DEV-29076


 Description  « Hide
Repro:
  • Start the viewer and verify you see a spinning hand and 'loading...' text before the login screen loads.

Observe:

  • WinXP and WinVista - A broken image icon above the "loading..." text. See attached XP_loading.jpg
  • Linux - huge "loading..." text in the upper left corner of the screen. See attached linux_loading.png
  • Mac - The screen remains black while loading.


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
icefox Carrasco added a comment - 17/Mar/09 02:45 PM
Technically this is not a valid url:

C:/linden/webkit/indra/newview/skins/default/html/en-us/loading/loading.html

which is why loading of external resources beyond the file is failing. I added a check to see if url's passed in are actually files and then converting them to a local file url with the file:// scheme if that is the case. And now we get a spinning hand

http://code.staikos.net/cgi-bin/gitweb.cgi?p=llmozlib;a=commit;h=b12691a6c3dd3de39a04e437b8b41b0b49fb28e1


icefox Carrasco added a comment - 17/Mar/09 02:48 PM
Technically this is not a valid url:

C:/linden/webkit/indra/newview/skins/default/html/en-us/loading/loading.html

which is why loading of external resources beyond the file is failing. I added a check to see if url's passed in are actually files and then converting them to a local file url with the file:// scheme if that is the case. And now we get a spinning hand

http://code.staikos.net/cgi-bin/gitweb.cgi?p=llmozlib;a=commit;h=b12691a6c3dd3de39a04e437b8b41b0b49fb28e1