Closed Bug 92387 Opened 23 years ago Closed 23 years ago

Property and value not aligned correctly in Cookie Manager

Categories

(Core :: Networking: Cookies, defect)

x86
Windows 2000
defect
Not set
trivial

Tracking

()

VERIFIED FIXED
mozilla0.9.4

People

(Reporter: bugzilla, Assigned: morse)

Details

Attachments

(6 files)

In the Stores Cookies tab in the Cookie Manager there seems to be some problem 
in the alignment of the property and values in the "Information about the 
selected cookie"

Will attach screenshot of the wrong alignment. Seems like the values are align 
to the top and not the middle. It make the UI look weird.

build 20010725
Severity: normal → trivial
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Could this be a generel problem with the widget? Adding valign=middle doesn't 
solve anything and I see similary problems in other areas of Mozilla. Fx in Form 
Manager
I too tried the "valign=middle" thinking it would be a simple fix.  But 
when that didn't work, I decided to future it.
                <row style="border:solid red thin;" autostretch="never">
                  <text style="border:solid green thin;"
value="&props.name.label;"/>
                  <textbox id="ifl_name" readonly="true"/>
                </row>
                <row style="border:solid red thin;">
                  <text style="border:solid green thin;"
value="&props.value.label;"/>
                  <textbox id="ifl_value" readonly="true"/>
                </row>
The screenshot shows the two rows I posted in here.

See this part of the spec for details on why valign="middle" looked like it
didn't work:

http://www.mozilla.org/xpfe/xulref/boxref.html#autostretch
I'll provide a patch for Form Manager, which has the same problem...
Keywords: patch, review
r=morse for gemal's patch

This report also talks about same problem in form manager.  Attaching patch for 
that.

Gemal, Blake, please review.  Thanks.
Target Milestone: Future → mozilla0.9.4
r=gemal@gemal.dk

very minor fixes... Thanx for providing all the patches
Oops, I didn't see gemal's comment saying he would provide patch for form 
manager.  I just did that.  Sorry, I didn't mean to duplicate effort.
autostretch is actually becoming deprecated, soon to be removed.  Cc'ing hewitt.
nav triage team:

If we don't see some r= and sr= lovin' soon, the triage team will push this out
to mozilla0.9.5
autostretch has indeed become deprecated.  Please change all instances of
autostretch="never" in the patch to align="center".
hewitt, brendan, consider patch changed as indicated in hewitt's comment.  
Please review the patch with this modification.
I defer to hewitt on this one.  Hewitt, how about an sr= stamp in this bug?

/be
sr=hewitt
please attach the updated patches to the bug and you have approval to check them
in (a=asa on behalf of drivers). thanks.

--Asa
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
verified:

WinNT 4 2001-09-20-11-0.9.4
Mac os9 2001-09-20-12-0.9.4
Linux rh6 2001-09-20-17-0.9.4
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: