Closed
Bug 341881
Opened 19 years ago
Closed 19 years ago
Disable "reload" menu item when page is loading
Categories
(Camino Graveyard :: Toolbars & Menus, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
Camino1.5
People
(Reporter: froodian, Assigned: froodian)
Details
Attachments
(1 file)
5.20 KB,
patch
|
Details | Diff | Splinter Review |
Currently the toolbar item gets disabled, but the menu item stays enabled.
Assignee | ||
Comment 1•19 years ago
|
||
Note that 90% of this is cosmetic cleanup. The meat of the patch is
if (action == @selector(doReload:))
return (![[browserController getBrowserWrapper] isBusy] && ![browserController bookmarkManagerIsVisible]);
Attachment #226020 -
Flags: review?(bugzilla)
Assignee | ||
Comment 2•19 years ago
|
||
OK. The real problem here is bug 304061 (rather than disable the menu item, enable the toolbar item), and the fact that reloading while a page is in the "Looking up http://foo.bar" stage does Bad Things (don't know if that's a filed bug yet). INVALID.
Assignee | ||
Updated•19 years ago
|
Attachment #226020 -
Flags: review?(bugzilla)
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•