Closed Bug 70755 Opened 24 years ago Closed 22 years ago

shift-click and ctrl-click doesn't work in the tree widget

Categories

(Core :: XUL, defect)

Other
Other
defect
Not set
blocker

Tracking

()

VERIFIED FIXED

People

(Reporter: blizzard, Assigned: bugzilla)

References

Details

(Keywords: smoketest)

Attachments

(2 files)

This bug is filed as fallout from bug #60703.  Shift-click and ctrl-click don't 
work in trees anymore.  This is because ( according to hyatt ):

[ begin ]

------- Additional Comments From David Hyatt 2001-03-02 11:41 -------

The patches to the tree XBL are incorrect.  To quote Peter Linss,

READ THE SPEC.

You just added code to the tree handler that imposed a filter on the event
handler.  This means it will no longer be matched when CTRL or META are pressed.
 The correct code should have just patched the button == 1 check to become
button == 0.

A filter (the button attribute) should not have been placed on the handler.

Please fix this right now.




------- Additional Comments From David Baron 2001-03-02 12:45 -------

hyatt:  Do your comments apply to all of treeEditable.xml, outlinerBindings.xml,
and treeBindings.xml, or just some of them?


------- Additional Comments From David Hyatt 2001-03-02 13:19 -------

The code that jst had questions about is the code that was incorrectly modified.
 That is treeBindings.xml (and presumably outlinerBindings.xml) as well.



------- Additional Comments From David Hyatt 2001-03-02 13:23 -------

If you need a bug, the regression caused is

"Ctrl+Click no longer works in trees."



------- Additional Comments From David Hyatt 2001-03-02 13:27 -------

The fix is to revert the file back to the way it was and then just do a straight
substitution everywhere button is used with a value of 1.

[ end ]

No patch yet.
also reported in bug 70709 and bug 70744.
*** Bug 70709 has been marked as a duplicate of this bug. ***
*** Bug 70744 has been marked as a duplicate of this bug. ***
I marked them as dups of this one since this one has information about what's 
actually causing it.
Keywords: smoketest
Attached patch patchSplinter Review
Do you also need to fix treeEditable.xml?
Attached patch can't hurt...Splinter Review
someone sr these?
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Fix checked in.
under www.neopets.com  game = neggsweeper,  you indicate bombs by using
shift-click  or  ctrl-click,  neither of which works,  so the game is not
playable.

I'm bummin' ! ! !
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Hmm, well, I don't have my neopets account handy (maybe Blake does), but I 
doubt that that game is using a XUL Tree widget, which is what this bug is 
about.

Could you file a bug about neopets under Browser-General. Thanks.
Status: REOPENED → RESOLVED
Closed: 24 years ago22 years ago
Resolution: --- → FIXED
VERIFIED in 2002123108
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: