Closed
Bug 1197786
Opened 9 years ago
Closed 9 years ago
Intermittent test_bug864040.html | TEXTAREA: caret is not on new line | DIV: caret is not on new line
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla46
People
(Reporter: RyanVM, Assigned: jfkthame)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
No description provided.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 15•9 years ago
|
||
Looks like this is rather common failure.
Comment 16•9 years ago
|
||
Yes. But if this is becoming very frequent and annoying, we should probably workaround it via suppressing the native widget painting in this test, like what :dholbert is going to do in bug 1204897. It doesn't seem bug 1223198 gets much progress.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 21•9 years ago
|
||
Jim, can you take a look at this (admittedly low failure rate) orange test?
Flags: needinfo?(nchen)
Comment hidden (Intermittent Failures Robot) |
Comment 23•9 years ago
|
||
I compared the screenshots and the failure is caused by subtle differences in how the text field is rendered, so seems like bug 1223198 is the way to fix this failure.
Flags: needinfo?(nchen)
Assignee | ||
Comment 24•9 years ago
|
||
Same old thing; as the test here is about the contents, not the native-themed rendering of the textarea, we can again -moz-appearance our way to victory.
Attachment #8707569 -
Flags: review?(dholbert)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Updated•9 years ago
|
Attachment #8707569 -
Flags: review?(dholbert) → review+
Assignee | ||
Comment 25•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f92eed8116df975ea167168a724c8d3cd103bea5
Bug 1197786 - Use -moz-appearance:none on textarea in test_bug864040.html to work around unreliable Gtk3-themed rendering. r=dholbert
Comment 26•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Comment hidden (Intermittent Failures Robot) |
Comment 28•9 years ago
|
||
bugherder uplift |
status-firefox45:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•