Closed
Bug 46817
Opened 25 years ago
Closed 25 years ago
Regression -- <tabcontrol> xul element no longer displays
Categories
(Core :: Security, defect, P3)
Core
Security
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: jeziorek, Assigned: bugs)
References
Details
(Whiteboard: [nsbeta3+])
-start browser
-QA|Smoketests
-scroll down to the login page link in the browser test
-enter in squiddy/calamari
-log in
-Tasks|Privacy and Security|Password Manager|View Stored Passwords
-the window is blank and very very small unless resized
Linux comm. 2000-07-28-08 ***M18***
Comment 1•25 years ago
|
||
I'm not sure who knows this code. Morse? Please reassign if I'm wrong.
Assignee: mstoltz → morse
Comment 2•25 years ago
|
||
Is this linux only? Commercial only? Specific to only one machine? Did it
work properly with yesterday's build?
| Reporter | ||
Updated•25 years ago
|
OS: Linux → All
Hardware: PC → All
| Reporter | ||
Comment 3•25 years ago
|
||
seeing this on windows too, i don't think it was on yesterdays build though
This is on Trunk build M18.
Alek, this works ok on last commerical M17 branch yes?
| Reporter | ||
Comment 5•25 years ago
|
||
yea the bug was not there on last build (2000-07-27-08-M17) according to those
who checked it yesterday when i was out and also the last build i checked was ok
Comment 6•25 years ago
|
||
OK, I just pulled a new tree and I'm seeing this. It's really serious.
Affects the cookie viewer as well. You don't need to go through all those steps
to reproduce -- simply go directly to the item in the tasks menu and you'll see
the very very very small password or cookie viewer.
tasks->privacy->password-manager->view-stored-passwords
tasks->privacy->cookie-manager->view-stored-cookies
You mention about resizing. That's not possible, at least not on windows.
Althought these are my menus, it's not my bug but I don't know who to reassign
it to. Hyatt maybe? I'll see if I can come up with a very simple test case to
demonstrate this.
Status: NEW → ASSIGNED
Comment 7•25 years ago
|
||
OK, problem is in tabcontrol. Here's a minimal test case to demonstrate it. It
displays nothing. But using a build from a couple of days ago this works fine.
Reassigning to hyatt and changing summary line.
<?xml version="1.0"?>
<!-- CHANGE THIS WHEN MOVING FILES -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!-- CHANGE THIS WHEN MOVING FILES -->
<window id="bug"
title=""
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
align="vertical"
class="dialog">
<keyset id="keyset"/>
<tabcontrol flex="100%" align="vertical">
<tabbox>
<tab selected="true" value="Hello"/>
</tabbox>
</tabcontrol>
</window>
Assignee: morse → hyatt
Status: ASSIGNED → NEW
Summary: Can't view stored passwords → Regression -- <tabcontrol> xul element no longer works
Updated•25 years ago
|
Summary: Regression -- <tabcontrol> xul element no longer works → Regression -- <tabcontrol> xul element no longer displays
Comment 8•25 years ago
|
||
Note that there's a whole section missing in the theme's pref panel. Same bug
-- it also uses <tabcontrol>
| Assignee | ||
Comment 9•25 years ago
|
||
I know what this is. I have a new tab widget in my tree and my copy of xul.css
was pointing to it. I checked in a fix for the toolbarseparator warnings the
other night and accidentally checked in rules pointing to my nonexistant tab
widget [odd, since I swear I took precautions to avoid this o_O]... I'll remove
my references for now and check in and everything should be dandy.
Assignee: hyatt → ben
| Reporter | ||
Comment 10•25 years ago
|
||
i got a strange error on the Linux M18 2000-07-31-08
XML Parsing Error: undefined entity
Line Number 34, Column 18:
altitle="&windowa;alttitle.label;"
-------------^
This popped up in the view password pop up instead of the normal display
Target Milestone: --- → M18
Comment 11•25 years ago
|
||
*** Bug 46835 has been marked as a duplicate of this bug. ***
Comment 12•25 years ago
|
||
nav triage team: up to nsbeta3+, we need to find out if this still happens
Whiteboard: [nsbeta3+]
| Reporter | ||
Comment 13•25 years ago
|
||
still on all platforms using m18 trunk build 2000-08-04-08-M18
| Assignee | ||
Comment 14•25 years ago
|
||
the bug described in this report originally has been fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 15•25 years ago
|
||
no longer see this on any platforms using build 2000-08-10-09-M18; verifying
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•