Closed
Bug 456806
Opened 17 years ago
Closed 17 years ago
ExtendedOutlineView tabbing behavior breaks on Leopard.
Categories
(Camino Graveyard :: Accessibility, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: murph, Assigned: murph)
Details
Attachments
(1 file)
|
2.07 KB,
patch
|
stuart.morgan+bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
The outline view counterpart to bug 411599.
See bug 411599 comments 1 and 2. Basically:
> Furthermore, the reason ExtendedTableView was changing the -textDidEndEditing
> behavior is no longer an issue on Leopard.
Attachment #340169 -
Flags: review?(stuart.morgan+bugzilla)
Updated•17 years ago
|
Attachment #340169 -
Flags: review?(stuart.morgan+bugzilla) → superreview+
Comment 1•17 years ago
|
||
Comment on attachment 340169 [details] [diff] [review]
Patch
>+ // This action is not needed on Leopard, as selection behavior was changed.
>+ if ([NSWorkspace isLeopardOrHigher]) {
This comment is a bit confusing; "This action" sounds like it should refer to the block that follows it. How about "The overridden behavior is not needed [...]" or something similar?
r/sr=smorgan with that change.
Landed on cvs trunk.
The Last Visited column is editable (but it was before); I've filed bug 457084 on that.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•