Closed
Bug 55574
Opened 25 years ago
Closed 25 years ago
tabs are busted
Categories
(Core :: Networking: Cookies, defect, P3)
Tracking
()
People
(Reporter: morse, Assigned: hyatt)
Details
(Keywords: regression)
Attachments
(2 files)
From menu select tasks->privacy->cookie-manager->view-cookies
You are supposed to get a dialog which contains two tabs -- one for the cookies
and one for the sites which can/cannot set cookies. What happens instead
depends on which browser you are running:
mozilla-branch: You get a single tab and it erroneously says "image sites"
commercial-branch: You get no tabs
Assigning to myself for starters, but the problem is certainly not in the cookie
module (nothing has changed here). Will try to figure out whose module it is
in.
| Reporter | ||
Updated•25 years ago
|
Keywords: regression,
rtm
| Assignee | ||
Comment 1•25 years ago
|
||
Dup of 55290 I believe.
| Reporter | ||
Comment 2•25 years ago
|
||
OK, it has nothing to do with the cookie viewer. Tabs in general are busted.
Below ss a simple test to demonstrate it. If I run this with a tree that I
pulled on 9/26 it works fine (two tabs are displayed). With this mornings build
there are no tabs. This is on the branch.
<?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 -->
<!DOCTYPE window SYSTEM "chrome://communicator/locale/wallet/CookieViewer.dtd" >
<window class="dialog"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width: 30em;">
<tabcontrol flex="1" orient="vertical">
<tabbox>
<tab value="tab1"/>
<tab value="tab1"/>
</tabbox>
</tabcontrol>
</window>
Assignee: morse → hyatt
Summary: Cookie viewer tabs busted → tabs are busted
| Reporter | ||
Comment 3•25 years ago
|
||
| Reporter | ||
Comment 4•25 years ago
|
||
| Reporter | ||
Comment 5•25 years ago
|
||
Oops, it sure is a dup of 55290. Hyatt's comment above snuck in while I was
busy getting screen shots and I didn't notice it until now.
*** This bug has been marked as a duplicate of 55290 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•