Open
Bug 103617
Opened 24 years ago
Updated 3 years ago
checkmark state in view->show/hide does not match actual toolbar state.
Categories
(Core :: XUL, defect)
Tracking
()
NEW
mozilla1.0.1
People
(Reporter: stanisa, Unassigned)
Details
If a window is generated using javascript, clicking on View/Show-Hide disables all
window components except the menu. At the same time, component bar is greyed out
from the same menu. It only applies to that window and such browser state is not
written anywhere. To replicate, visit http://www.pienetworks.com/mozilla.html and
then select View/Show-Hide from the menu.
Comment 1•24 years ago
|
||
Here is the HTML at the site:
<html>
<script language="JavaScript">
var popupURL = "http://www.mozilla.org/";
openWin();
close();
function openWin ()
{
popup =
window.open(popupURL,'index1','toolbar=1,location=1,directories=0,status=1,
menubar=1,scrollbars=1,resizable=1,width=1024,height=768');
if(popup != null)
setTimeout('popup.location = popupURL',2000);
}
</script>
</html>
Comment 2•24 years ago
|
||
Confirming bug on trunk binary 20011004xx WinNT. OS: Linux --> All.
Browser, not engine --> XPToolkit/Widgets:Menus
Assignee: rogerl → hyatt
Status: UNCONFIRMED → NEW
Component: Javascript Engine → XP Toolkit/Widgets: Menus
Ever confirmed: true
OS: Linux → All
QA Contact: pschwartau → jrgm
Comment 3•24 years ago
|
||
1) we're not setting the checkmark state correctly in the menu
2) opening with directories=0, you can't ever expose the personal toolbar in
that window
Summary: Browser components dissapear if window is javascript genetared → checkmark state in view->show/hide does not match actual toolbar state.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
Updated•21 years ago
|
Assignee: hyatt → nobody
Status: ASSIGNED → NEW
QA Contact: jrgmorrison
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: xptoolkit.widgets
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•