Closed
Bug 517100
Opened 16 years ago
Closed 16 years ago
[SeaMonkey] reftest: 2 input-text-* fail since landing
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.1 | --- | .4-fixed |
People
(Reporter: sgautherie, Assigned: neil)
References
(Blocks 1 open bug)
Details
(Keywords: verified1.9.1)
Attachments
(1 file)
|
731 bytes,
patch
|
karlt
:
review+
bzbarsky
:
superreview+
dveditz
:
approval1.9.1.4+
|
Details | Diff | Splinter Review |
{
REFTEST TEST-UNEXPECTED-FAIL | file:///builds/slave/comm-1.9.1-linux-unittest/build/mozilla/layout/reftests/forms/input-text-baseline-1.xul |
REFTEST TEST-UNEXPECTED-FAIL | file:///builds/slave/comm-1.9.1-linux-unittest/build/mozilla/layout/reftests/forms/input-text-centering-1.xul |
}
"Regression" timeframe:
http://hg.mozilla.org/releases/mozilla-1.9.1/pushloghtml?fromchange=2eb7a1915703&tochange=b7dd9891657f
Obviously,
{
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/80affd399497
Karl Tomlinson - text input reftests
}
Comment 1•16 years ago
|
||
Hmm. Perhaps this change could be outside the AUTOCOMPLETE_OLD_STYLE conditional.
https://bugzilla.mozilla.org/attachment.cgi?id=393472&action=diff#a/toolkit/content/xul.css_sec1
If bug 453827 exists in SeaMonkey, then perhaps a similar rule should be added for its urlbar.
| Assignee | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> Hmm. Perhaps this change could be outside the AUTOCOMPLETE_OLD_STYLE
> conditional.
That would seem least unreasonable. (I say unreasonable because it sucks that we have to do this in xul.css at all, as you mentioned in bug 453827.)
Comment 3•16 years ago
|
||
I suspect that change won't actually fix bug 453827 in SeaMonkey, and a different change will be needed.
Ideally we'd have different tests for Firefox and SeaMonkey.
(Well not ideal but this is all an unfortunate hack, sorry.)
Maybe the best thing is to just disable these tests but leave this (or another bug) open to record that bug 453827 exists in SeaMonkey.
| Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #3)
> I suspect that change won't actually fix bug 453827 in SeaMonkey
Why not? It definitely fixes the test, which is a start ;-)
| Reporter | ||
Comment 5•16 years ago
|
||
Ftr, input-text-baseline-1.xul TEST-PASS on our MacOSX box.
| Assignee | ||
Comment 6•16 years ago
|
||
Comment 7•16 years ago
|
||
Comment on attachment 403114 [details] [diff] [review]
Proposed patch
[Checkin: Comment 10]
(In reply to comment #4)
> (In reply to comment #3)
> > I suspect that change won't actually fix bug 453827 in SeaMonkey
> Why not? It definitely fixes the test, which is a start ;-)
For some reason I thought the autocomplete textboxes or the toolbaritem.chromeclass-location were sufficiently different that this rule wouldn't work, but they look close enough to me now.
http://hg.mozilla.org/releases/mozilla-1.9.1/annotate/15e78acc5aae/browser/base/content/browser.xul#l351
http://hg.mozilla.org/comm-central/annotate/3553cec372de/suite/browser/navigator.xul#l258
http://hg.mozilla.org/releases/mozilla-1.9.1/annotate/15e78acc5aae/toolkit/content/widgets/autocomplete.xml#l57
http://hg.mozilla.org/releases/mozilla-1.9.1/annotate/15e78acc5aae/xpfe/components/autocomplete/resources/content/autocomplete.xml#l16
Should probably get sr; this is for a stable branch.
Attachment #403114 -
Flags: superreview?(bzbarsky)
Attachment #403114 -
Flags: review?(mozbugz)
Attachment #403114 -
Flags: review+
Updated•16 years ago
|
Attachment #403114 -
Flags: superreview?(bzbarsky) → superreview+
| Assignee | ||
Comment 8•16 years ago
|
||
Comment on attachment 403114 [details] [diff] [review]
Proposed patch
[Checkin: Comment 10]
We'd like to have bug 453827 fixed for us too :-)
Attachment #403114 -
Flags: approval1.9.1.4?
Updated•16 years ago
|
Attachment #403114 -
Flags: approval1.9.1.4? → approval1.9.1.4+
Comment 9•16 years ago
|
||
Comment on attachment 403114 [details] [diff] [review]
Proposed patch
[Checkin: Comment 10]
Approved for 1.9.1.4, a=dveditz
| Assignee | ||
Comment 10•16 years ago
|
||
Pushed changeset 866358b0b6fc to releases/mozilla-1.9.1
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
status1.9.1:
--- → .4-fixed
Keywords: fixed-seamonkey2.0
Resolution: --- → FIXED
| Reporter | ||
Comment 11•16 years ago
|
||
"verified1.9.1.4", per SM tinderboxes.
Keywords: fixed-seamonkey2.0 → verified1.9.1
| Reporter | ||
Updated•16 years ago
|
Attachment #403114 -
Attachment description: Proposed patch → Proposed patch
[Checkin: Comment 10]
You need to log in
before you can comment on or make changes to this bug.
Description
•