Closed
Bug 84541
Opened 24 years ago
Closed 23 years ago
Components list should not jump when lower items unchecked
Categories
(CCK Graveyard :: CCK-General, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: blee, Assigned: smeredith)
Details
Attachments
(1 file)
523 bytes,
patch
|
Details | Diff | Splinter Review |
(a request for UE improvement)
In selecting components at the end of customization thru CCK Tool, the user gets
to check/uncheck components in the list of check box items.
When elevator is lowered to reveal all items at the bottom of the list and any
one the items at the bottom is unchecked, the whole list jumps right back up.
This requires the user to lower it again and again to uncheck each item at the
bottom of the list.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•24 years ago
|
Target Milestone: --- → Future
Comment 1•24 years ago
|
||
Updating QA contact to me for half of the CCK bugs while bom-shik is gone.
QA Contact: blee → barrettl
Updated•23 years ago
|
Priority: -- → P2
Updated•23 years ago
|
Target Milestone: Future → ---
Updated•23 years ago
|
Priority: P2 → P3
Updated•23 years ago
|
Priority: P3 → P2
Updated•23 years ago
|
Load balance --> smeredith, thx!
Assignee: shrutiv → smeredith
Status: ASSIGNED → NEW
Assignee | ||
Comment 4•23 years ago
|
||
The block of code to process widget onCommand commands was being executed every
time. It shouldn't be executed when there is no onCommand command for that
widget. The result is that the listbox was being cleared and re-initialized
every time. Fixed by testing for the existant of a command for the widget
before entering that block, which was probably what was originally inteded but
implemented incorrectly.
Comment 5•23 years ago
|
||
r=mitchf
Assignee | ||
Comment 6•23 years ago
|
||
Checked in the fix.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•