Bug #1902
highlight and tree structure not rendered in firefox of git version
100%
Description
For a while now using the git version of tvheadend there have been a glitch in the webUI in firefox latest version on ubuntu (26.0). Highlight by mouse hovering in the epg and the tree structure in the DVB inputs are not rendered or just rendered as black overlay. It works fine in Chromium (see attached screenshot).
Also in the version since somewhere around 20 Dec. a popup comes up that sais FAILED, wit an OK button when going to the configuration the first time (both browsers).
Happy new year to all!
Files
History
Updated by S P almost 11 years ago
- File tvheadend.png tvheadend.png added
Can confirm the highlighting issue in Firefox 26 on Win 7.
It looks like the- + (x-tree-elbow-plus),
- - (x-tree-elbow-minus), and
- V (x-form-arrow-trigger)
buttons refer to
/static/extjs/resources/images/default/s.gif
Updated by Adam Sutton almost 11 years ago
- Status changed from New to Accepted
There are a whole bunch of places where this happens. No idea what the solution is atm other than to use a decent browser!
Adam
Updated by Adam Sutton almost 11 years ago
I think you're right about the s.gif relation though, the other bits I've checked also appear to use an img element pointing to s.gif that I think is intended to have that "hidden" by JS and replaced with a background image specified in CSS.
But web UI stuff is really not my strong point!
Updated by Adam Sutton almost 11 years ago
I've actually found the problem, now I just need to figure out a solution!
It's a bug in the TVH web server and the way its serving that (and other?) files.
Adam
Updated by Adam Sutton almost 11 years ago
Hmm, actually that might not be true. I think it's a bug in the way FF is handling gzip compressed images. But I will have to investigate further.
Adam
Updated by Adam Sutton almost 11 years ago
OK, back to TVH error. I have found a failure in the TVH webserver that I believe is the cause of the problem. Will fix soon.
Adam
Updated by Adam Sutton almost 11 years ago
- Status changed from Accepted to Fixed
- % Done changed from 0 to 100
Applied in changeset tvheadend|commit:f25d918a6a6f0b4a5a4868a57afd78a6f6a0be5a.
Updated by ben barker almost 11 years ago
I noticed this problem, then found this bug report.
I have the unstable repository in my sources list, and when I updated tvheadend the output showed:
Setting up tvheadend (3.9.373~g55c2bbb~quantal) ...
However, my web GUI title and the "about" page still shows v 3.5.243 (and the problem persists)
Any ideas?