Closed
Bug 630157
Opened 15 years ago
Closed 15 years ago
double clicking anywhere in a group with any mouse button creates new tabs
Categories
(Firefox Graveyard :: Panorama, defect)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
Attachments
(1 file, 2 obsolete files)
|
5.46 KB,
patch
|
iangilman
:
review+
sdwilsh
:
approval2.0+
|
Details | Diff | Splinter Review |
New tabs shouldn't be created when:
1) clicking with other than the left mouse button.
2) clicking on the titlebar.
| Assignee | ||
Updated•15 years ago
|
Summary: double clicking anywhere in a group with any mouse buttons creates new tabs → double clicking anywhere in a group with any mouse button creates new tabs
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #508366 -
Flags: review?(ian)
Comment 2•15 years ago
|
||
Comment on attachment 508366 [details] [diff] [review]
patch v1
>+ if (self.$titlebar[0] === e.target || self.$titlebar.contains(e.target))
>+ return;
=== isn't useful here, please use == instead.
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> >+ if (self.$titlebar[0] === e.target || self.$titlebar.contains(e.target))
> >+ return;
>
> === isn't useful here, please use == instead.
You're right, I forgot about that. Fixed.
Attachment #508370 -
Flags: review?(ian)
Updated•15 years ago
|
Attachment #508366 -
Attachment is obsolete: true
Attachment #508366 -
Flags: review?(ian)
Comment 4•15 years ago
|
||
Comment on attachment 508370 [details] [diff] [review]
patch v2
lovely :-)
Attachment #508370 -
Flags: review?(ian) → review+
| Assignee | ||
Updated•15 years ago
|
Attachment #508370 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #508370 -
Flags: approval2.0? → approval2.0+
| Assignee | ||
Comment 5•15 years ago
|
||
Passed try after correcting small parts of the test. Do I need to request review/approval again?
http://tbpl.mozilla.org/?tree=MozillaTry&pusher=tim.taubert@gmx.de&rev=eeb9f6b254a9
Attachment #508370 -
Attachment is obsolete: true
Comment 6•15 years ago
|
||
(In reply to comment #5)
> Passed try after correcting small parts of the test. Do I need to request
> review/approval again?
It doesn't hurt to do so.
| Assignee | ||
Comment 7•15 years ago
|
||
Comment on attachment 509369 [details] [diff] [review]
patch for checkin
Requesting review again because a small part of the test had to be fixed to pass try.
Attachment #509369 -
Flags: review?(ian)
Comment 8•15 years ago
|
||
Comment on attachment 509369 [details] [diff] [review]
patch for checkin
The change looks good.
Attachment #509369 -
Flags: review?(ian) → review+
| Assignee | ||
Updated•15 years ago
|
Attachment #509369 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #509369 -
Flags: approval2.0? → approval2.0+
| Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 9•15 years ago
|
||
Updated•10 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•