Closed
Bug 820732
Opened 13 years ago
Closed 10 years ago
Xull tree render issues in FireFox for OS X
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: hensbergen, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
|
1.61 KB,
application/vnd.mozilla.xul+xml
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2
Steps to reproduce:
Create a FireFox Extension with a Tree and a Checkbox
Actual results:
In FireFox 14 and up, on OS X, the tree experiences redraw issues. When hovering with the mouse over the treerows, they randomly disappear and reappear.
Setting the checkbox to "display:none" the issue disappears.
Removing the global skin directive in the example xul file also solves the problem ( but of course the styling is then not horrible to the eye).
Expected results:
Mousing over the tree rows should not disappear.
Updated•13 years ago
|
Component: Untriaged → XUL
Product: Firefox → Core
Noticed that specifying a specific height 'style="height:16px"' to the checkbox works as a workaround
(In reply to Martin from comment #0)
> In FireFox 14 and up, on OS X, the tree experiences redraw issues. When
> hovering with the mouse over the treerows, they randomly disappear and
> reappear.
If it worked normally in FF13-, could you use mozregression (see http://mozilla.github.com/mozregression/ ) to find a regression range please?
The first Firefox 14 nightlies start in March (--good=2012-03-10).
Flags: needinfo?(hensbergen)
Hi,
I've run the regression test and this is the result:
Last good nightly: 2012-04-10
First bad nightly: 2012-04-11
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=7702bca6b64d&tochange=e636439e342f
Flags: needinfo?(hensbergen)
Thanks for the regression range. CC'ing triager with OSX computer.
Keywords: regression,
regressionwindow-wanted
Version: 17 Branch → 14 Branch
Updated•13 years ago
|
Attachment #691254 -
Attachment mime type: text/plain → application/vnd.mozilla.xul+xml
Comment 5•13 years ago
|
||
i was busy this week but I can now bisect it.
anywaym, I can see the issue in Firefox18 on OSX.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•13 years ago
|
||
I can't bisect because my build on OSX10.8 crashes on startup :-(
bug 733607 looks suspicious to me as amateur
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Keywords: regressionwindow-wanted
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•