Closed
Bug 440515
Opened 16 years ago
Closed 16 years ago
port bug 231754 (up/down arrow handling on mac) to xpfe autocomplete
Categories
(SeaMonkey :: Autocomplete, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0a1
People
(Reporter: kairo, Assigned: neil)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
standard8
:
review+
stefanh
:
review+
|
Details | Diff | Splinter Review |
When investigating test failures for bug 436349, Mark found out that bug 231754, "Mac: pressing up/down arrow key does not move caret to beginning/end of url bar or text box", has apparently only been fixed for toolkit autocomplete and not xpfe, so tests for that fail on SeaMonkey.
Reporter | ||
Updated•16 years ago
|
Version: SeaMonkey 1.1 Branch → Trunk
Assignee | ||
Comment 1•16 years ago
|
||
Basically this needs Mac testing, so I'll take any two reviews ;-)
Assignee: nobody → neil
Status: NEW → ASSIGNED
Attachment #328063 -
Flags: review?(stefanh)
Attachment #328063 -
Flags: review?(jag)
Attachment #328063 -
Flags: review?(iann_bugzilla)
Attachment #328063 -
Flags: review?(bugzilla)
Comment 2•16 years ago
|
||
Well its better ;-) out of the 7 previous failures I now see only 3:
*** 423 ERROR FAIL | no value up keypress event not fired | got true, expected false | chrome://mochikit/content/chrome/toolkit/content/tests/chrome/test_autocomplete.xul
*** 427 ERROR FAIL | no value down keypress event not fired | got true, expected false | chrome://mochikit/content/chrome/toolkit/content/tests/chrome/test_autocomplete.xul
*** 442 ERROR FAIL | value down with caret in middle again keypress event not fired | got true, expected false | chrome://mochikit/content/chrome/toolkit/content/tests/chrome/test_autocomplete.xul
Assignee | ||
Comment 3•16 years ago
|
||
This should now pass all the mochitests.
* Improved documentation
* Changed a return from false to true
Attachment #328063 -
Attachment is obsolete: true
Attachment #328131 -
Flags: review?(stefanh)
Attachment #328131 -
Flags: review?(jag)
Attachment #328131 -
Flags: review?(iann_bugzilla)
Attachment #328131 -
Flags: review?(bugzilla)
Attachment #328063 -
Flags: review?(stefanh)
Attachment #328063 -
Flags: review?(jag)
Attachment #328063 -
Flags: review?(iann_bugzilla)
Attachment #328063 -
Flags: review?(bugzilla)
Comment 4•16 years ago
|
||
Comment on attachment 328131 [details] [diff] [review]
Revised patch
one down ;-) r=me.
Attachment #328131 -
Flags: review?(bugzilla) → review+
Comment 5•16 years ago
|
||
Comment on attachment 328131 [details] [diff] [review]
Revised patch
Works fine. I have not checked if the tests pass, though.
One small thing:
>+ // For compatibility for toolkit we now have to predict which
"For compatibility with toolkit"?
Attachment #328131 -
Flags: review?(stefanh) → review+
Assignee | ||
Comment 6•16 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•16 years ago
|
||
Looks good on the unit test box, which now succeeds on those tests.
Could you land in mozilla-central as well so we don't lose the fix when switching to Mercurial?
Assignee | ||
Comment 8•16 years ago
|
||
(In reply to comment #7)
> Looks good on the unit test box, which now succeeds on those tests.
You confused me, becuase it was chrome tests that I was fixing ;-)
> Could you land in mozilla-central as well so we don't lose the fix when
> switching to Mercurial?
Bah, first editor/ui, and now this... btw I haven't installed even hg yet.
Updated•16 years ago
|
Target Milestone: --- → seamonkey2.0alpha
Comment 9•16 years ago
|
||
> > Could you land in mozilla-central as well so we don't lose the fix when
> > switching to Mercurial?
> Bah, first editor/ui, and now this... btw I haven't installed even hg yet.
>
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml&root=/cvsroot versus http://hg.mozilla.org/mozilla-central/?log/tip/xpfe/components/autocomplete/resources/content/autocomplete.xml
--> rev 1.165-1.168 of the cvs trunk version is missing in the mozilla-central file...
Comment 10•16 years ago
|
||
Comment on attachment 328131 [details] [diff] [review]
Revised patch
clearing seemingly obsolete review requests.
Attachment #328131 -
Flags: review?(jag)
Attachment #328131 -
Flags: review?(iann_bugzilla)
Comment 11•16 years ago
|
||
Patch checked into mozilla-central in Bug 443837
Comment 12•7 years ago
|
||
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/c188a0d1e01c
Allow up/down arrows to be home/end on the Mac r=Standard8,stefanh [p=Neil]
You need to log in
before you can comment on or make changes to this bug.
Description
•