Bug 5186 - scanner progress doesn't show in Nokia770/Touch skins
: scanner progress doesn't show in Nokia770/Touch skins
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Skins
: 7.0
: All Other
: P2 normal (vote)
: ---
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-07-26 06:44 UTC by Ben Klaas
Modified: 2008-12-18 11:12 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
try this (1.18 KB, patch)
2007-08-03 01:25 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2007-07-26 06:44:47 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
Comment 1 Ben Klaas 2007-08-02 21:46:22 UTC
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?
Comment 2 KDF 2007-08-03 01:24:18 UTC
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.
Comment 3 KDF 2007-08-03 01:25:39 UTC
Created attachment 2079 [details]
try this
Comment 4 Ben Klaas 2007-08-10 07:01:21 UTC
thanks KDF-- your fixes are checked into trunk, r12529