Bugzilla – Bug 5186
scanner progress doesn't show in Nokia770/Touch skins
Last modified: 2008-12-18 11:12:53 UTC
SS7 has a handy little scan progress visual, which doesn't show up at all in Nokia770 or Touch this is the URL http://localhost:9000/Touch/progress.html?type=importer
This also doesn't work in Moser or ExBrowse3, but works everywhere else. I'm comparing what's in the source of Fishbone vs. Touch for this page (progress.html?type=importer), and I can't see anything that looks like a smoking gun. I figure there's a JS problem here, I just can't see it. KDF-- did you have to do anything special for the scanning progress graphics to display on Fishbone?
ExBrowse3 is broken in so many ways, it hardly seems worth trying to keep in in svn. Jacob doesn't seem to respond except to say "maybe back again soon" for about a year now. Moser is also broken (firebug barfs on the musicfolder observer) and haven't heard a peep from Moser in ages as well. I expect this is due to pageheader in the problems skins and not supporting the pageHeaderScripts object, which in this case is loading the progress.js needed to handle the progress updates. there also needs to be support for [% bodyscripts %] in the body tag of pageheader.html. Much of the brokenness in skins is due to not following the common formats of the pageheader, as this is where much of the support hooks get activated for the custom page content.
Created attachment 2079 [details] try this
thanks KDF-- your fixes are checked into trunk, r12529