Closed
Bug 112697
Opened 24 years ago
Closed 16 years ago
Reload Tab from context menu broken for "blank" space on tab bar.
Categories
(SeaMonkey :: Tabbed Browser, defect)
SeaMonkey
Tabbed Browser
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: bugzilla, Assigned: jag+mozilla)
Details
(Keywords: helpwanted)
Attachments
(1 file)
1.26 KB,
patch
|
timeless
:
review+
bryner
:
superreview+
asa
:
approval1.4+
|
Details | Diff | Splinter Review |
seen using 2001.11.28.0x-comm bits on linux rh7.2, mac 10.1.1 and winnt.
this is not a problem when there are multiple tabs.
0. make sure that "Hide the tab bar when only one tab is open" is turned *off*.
1. have only one tab displayed in the browser window.
2. bring up context menu for tab bar and select Reload Tab.
expected: the tab should reload.
actual results: no reloading occurs.
interestingly, Reload All Tabs [which really be there, see bug 112695] *does*
reload the tab. also, accel+R works, as does selecting View > Reload from the
main menu.
Comment 1•24 years ago
|
||
WFM Linux build 2001112712.
The cause for this behavior might be the same as for bug 102551. If you got into
this situation by closing a tab, can you press Ctrl-T, and see if you get 3 open
tabs after that?
Reporter | ||
Comment 2•24 years ago
|
||
hm, i cannot seem to repro bug 102551 --i open the context menu and select
'close tab' rather quickly, and it still doesn't close. and, so far, i've
haven't gotten into a situation where accel+T has opened 3 tabs at once...
Reporter | ||
Updated•23 years ago
|
Keywords: helpwanted
I use Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.9+) Gecko/20020221
and satisfy described conditions. So, I can see:
1. If I bring up context menu over tab title in tab bar and choose "Reload Tab",
I can see tab reloading.
2. If I bring up context menu over free space of tab bar and choose "Reload
Tab",
I can see no tab reloading.
Reporter: is it behaviour you've detect? If so, I guess, expected result should
be different. I mean, we should expect inactive "Reload Tab" menu item while
context menu was launched over free space of tab bar.
Reporter | ||
Updated•23 years ago
|
QA Contact: sairuh → pmac
Comment 6•23 years ago
|
||
In case the reporter means the context menu brought up when the mouse is over an
empty part (no tab) of the tab bar (as assumed in comment #5), then this also
does not work with multible tabs open - which sairuh explicitly denied (the menu
entry does make even less sense, there, anyway).
Context menu when mouse is over the tab itself or the displayed page WFM
(2002111908/Win).
Anyway, comment #5 leads the way to go: the context menu entry for parts of the
tab bar where there is no tab should be greyed out.
Assignee | ||
Comment 7•22 years ago
|
||
This also fixes the reload call to not pass in true anymore (that API never
took a boolean, always some kind of int). Call the reload() method on <browser>
instead to have the right thing happen (net effect is the same, minus an
assertion in debug builds).
Assignee | ||
Updated•22 years ago
|
Attachment #124410 -
Flags: superreview?(bryner)
Attachment #124410 -
Flags: review?(timeless)
Attachment #124410 -
Flags: review?(timeless) → review+
Updated•22 years ago
|
Attachment #124410 -
Flags: superreview?(bryner) → superreview+
Assignee | ||
Updated•22 years ago
|
Attachment #124410 -
Flags: approval1.4?
Assignee | ||
Updated•22 years ago
|
Summary: Reload Tab from context menu broken when only one tab displayed → Reload Tab from context menu broken for "blank" space on tab bar.
Assignee | ||
Comment 8•22 years ago
|
||
Checked in. Would like this on the branch.
Reporter | ||
Comment 9•22 years ago
|
||
adding branch nomination juju.
Comment 10•22 years ago
|
||
Comment on attachment 124410 [details] [diff] [review]
Reload focused tab if trying to reload tab from tab strip (like the others do)
a=asa (on behalf of drivers) for checkin to the 1.4 branch.
Attachment #124410 -
Flags: approval1.4? → approval1.4+
Comment 12•22 years ago
|
||
a=adt to land on the 1.4 branch.
Updated•17 years ago
|
Product: Core → SeaMonkey
![]() |
||
Comment 14•16 years ago
|
||
WFM:
Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.9.1b4pre) Gecko/20090305 SeaMonkey/2.0b1pre
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21pre) Gecko/20090129 SeaMonkey/1.1.15pre
Also by code inspection FIXED in
SeaMonkey 1.0.9, Mozilla Suite 1.8b2, Mozilla Suite 1.7.13.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•