Closed
Bug 111584
Opened 23 years ago
Closed 23 years ago
Right click on close tab box
Categories
(SeaMonkey :: Tabbed Browser, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.1alpha
People
(Reporter: wombat, Assigned: hyatt)
Details
Attachments
(1 file, 2 obsolete files)
2.74 KB,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6+) Gecko/20011122
BuildID: 2001112208
When having multiple tabs open, right clicking on the close tab button displays
the context menu AND closes a tab.
Reproducible: Always
Steps to Reproduce:
1.Start mozilla
2.Press Ctrl-T
3.Right click the close tab icon in the upper right of the tab bar
Actual Results: A tab is closed and the context menu is displayed
Expected Results: Only the context menu should be displayed.
Reporter | ||
Comment 1•23 years ago
|
||
Simple fix.
Reporter | ||
Updated•23 years ago
|
Attachment #58961 -
Attachment is obsolete: true
Reporter | ||
Comment 2•23 years ago
|
||
Sorry, I attached the wrong patch.
Reporter | ||
Comment 4•23 years ago
|
||
oncommand did not work, because the closebox is an image, not a button. So I
changed it to be a toolbar button. Unfortunatly I only noticed later that bug
104834 has a patch, that does exactly the same :( (stupid me).
Attaching the patch anyway, because it adds the functionality to disable the
button, when there is only one tab (which imho is needed to fix bug 109651).
Comment 5•23 years ago
|
||
Latest patch looks good. I'd be nice if cnecked-in sometime.
Reporter | ||
Updated•23 years ago
|
Attachment #58962 -
Attachment is obsolete: true
Reporter | ||
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.1
Reporter | ||
Comment 6•23 years ago
|
||
This has been fixed by hewitts checkin last night (Works in linux build
2001121921).
My patch is probably obsoleted by the checkin, which is unfortunate, because it
also fixed bug 109651.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
QA Contact: blaker → sairuh
Comment 7•23 years ago
|
||
verified fixed using 2002.01.29.1x comm bits on linux rh7.2, mac 10.1.2 and
win2k. right-clicking on the [X] close widget now only brings up the context
menu, and doesn't close the tab inadvertently.
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•