Closed
Bug 72122
Opened 24 years ago
Closed 24 years ago
Need to implement AdjustSelection on the outliner selection
Categories
(Core :: XUL, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: mscott, Assigned: sspitzer)
References
Details
Attachments
(5 files)
3.24 KB,
patch
|
Details | Diff | Splinter Review | |
3.27 KB,
patch
|
Details | Diff | Splinter Review | |
3.97 KB,
patch
|
Details | Diff | Splinter Review | |
3.80 KB,
patch
|
Details | Diff | Splinter Review | |
4.56 KB,
patch
|
Details | Diff | Splinter Review |
If you have one or more selected items in the outliner widget and you insert one
or more rows above a selected item, the selection gets off.
i.e. if row 0 is selected, I insert a new row before row 0, the new row appears
to be selected.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
Comment 3•24 years ago
|
||
Seth has volunteered for this. Thanks!
--> sspitzer
Assignee: hyatt → sspitzer
Status: ASSIGNED → NEW
Assignee | ||
Comment 5•24 years ago
|
||
potential fix in hand. (works so far, but I need to spend some time reviewing
and testing all the edge cases).
here comes the patch, and I'll add some comments to the code tomorrow.
Assignee | ||
Comment 6•24 years ago
|
||
Assignee | ||
Comment 7•24 years ago
|
||
the fix also includes some warnings fixes.
Assignee | ||
Comment 8•24 years ago
|
||
insertion seems to be working, but deleting mail crashes
I also need to investigate what I should do about mCurrentIndex and
mShiftSelectPivot.
Assignee | ||
Comment 9•24 years ago
|
||
Assignee | ||
Comment 10•24 years ago
|
||
Assignee | ||
Comment 11•24 years ago
|
||
Assignee | ||
Comment 12•24 years ago
|
||
Assignee | ||
Comment 13•24 years ago
|
||
updating summary
Summary: Need to implement AdjustSelection on the outliner body → Need to implement AdjustSelection on the outliner selection
Comment 15•24 years ago
|
||
You shouldn't need to invalidate either range, since rowCountCHanged already
does the invalidation of the correct area for you.
Other than that, sr=hyatt
Assignee | ||
Comment 16•24 years ago
|
||
cool, thanks dave.
I'll make that change, test it out, and then land.
Assignee | ||
Comment 17•24 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•