Open
Bug 660226
Opened 13 years ago
Updated 2 years ago
Select element sometimes have an option selected when it should not
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
NEW
People
(Reporter: mounir, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
ehsan.akhgari
:
review+
mounir
:
checkin+
|
Details | Diff | Splinter Review |
See these two intermittent oranges:
bug 626103
bug 659708
I believe it's a real bug. That might be a bug in our test harness too.
Comment 1•13 years ago
|
||
Can we dump the localName of document.activeElement or something similar in these tests, to make sure that it's not really a focus issue?
Reporter | ||
Comment 2•13 years ago
|
||
Dumping only for one test hoping it will fail soon (it should).
Attachment #536089 -
Flags: review?(ehsan)
Updated•13 years ago
|
Attachment #536089 -
Flags: review?(ehsan) → review+
Reporter | ||
Comment 3•13 years ago
|
||
Comment on attachment 536089 [details] [diff] [review]
Dump the focused element
Pushed in cedar.
Attachment #536089 -
Flags: checked-in+
Comment 4•13 years ago
|
||
(In reply to comment #3)
> Comment on attachment 536089 [details] [diff] [review] [review]
> Dump the focused element
>
> Pushed in cedar.
http://hg.mozilla.org/mozilla-central/rev/60513bb40ec7
Reporter | ||
Updated•13 years ago
|
Attachment #536089 -
Flags: checked-in+ → checkin+
Comment 5•13 years ago
|
||
Mounir, did you check to make sure that the dump statement actually prints anything to the reftest output? I don't see anything in http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1306911882.1306912667.19891.gz for example.
Reporter | ||
Comment 6•13 years ago
|
||
(In reply to comment #5)
> Mounir, did you check to make sure that the dump statement actually prints
> anything to the reftest output? I don't see anything in
> http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1306911882.1306912667.
> 19891.gz for example.
Locally, yes. I will check that.
Comment 7•13 years ago
|
||
I see:
DEBUG-bug660226: [object HTMLBodyElement]
REFTEST TEST-START | file:///C:/talos-slave/test/build/reftest/tests/layout/reftests/native-theme/listbox-nonnative-when-styled-ref.html | 4897 / 7351 (66%)
DEBUG-bug660226: [object HTMLBodyElement]
I'm not sure how this will help us on random orange bug 626103, which is dependent on this.
recent failures on a try run:
https://tbpl.mozilla.org/php/getParsedLog.php?id=9268458&tree=Try&full=1#error0
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•