Closed
Bug 342182
Opened 20 years ago
Closed 20 years ago
text field on "new bookmarks" folder is "too short"
Categories
(Firefox :: Bookmarks & History, defect, P1)
Tracking
()
RESOLVED
FIXED
Firefox 2 beta1
People
(Reporter: moco, Assigned: myk)
References
Details
(Keywords: fixed1.8.1, regression, Whiteboard: 181b1+)
Attachments
(3 files, 1 obsolete file)
|
37.87 KB,
image/tiff
|
Details | |
|
23.30 KB,
image/png
|
Details | |
|
6.93 KB,
patch
|
mconnor
:
review+
mtschrep
:
approval1.8.1+
|
Details | Diff | Splinter Review |
text field on "new bookmarks" folder is "too short". this is a regression, but I'm not sure how recently.
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1a3) Gecko/20060620 BonEcho/2.0a3
screen shot coming.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
I thought it was from something I broke when I first saw it last night: I'm guessing maybe bug 337825, which put microsummary titles in the name field.
| Assignee | ||
Comment 3•20 years ago
|
||
Seems likely to be a regression from bug 337825, as I noticed a similar problem while developing the patch for that bug. I fixed it on Linux, though, and I don't notice it there. Building on Mac now so I can troubleshoot.
Assignee: nobody → myk
Comment 4•20 years ago
|
||
*** Bug 342206 has been marked as a duplicate of this bug. ***
Comment 5•20 years ago
|
||
And as Jo points out, the properties dialog has the same problem.
Comment 6•20 years ago
|
||
Also noticed the same problem when creating a new folder from manage bookmarks.
(In reply to comment #5)
> And as Jo points out, the properties dialog has the same problem.
>
Comment 7•20 years ago
|
||
nominating. when you try to create a new folder it is nearly impossible to see what you are typing with this bug.
Flags: blocking-firefox2?
Target Milestone: --- → Firefox 2 beta1
Updated•20 years ago
|
Flags: blocking-firefox2? → blocking-firefox2+
| Assignee | ||
Comment 8•20 years ago
|
||
I've built on Mac and can reproduce the problem. I suspect some native widgetry at play here, but it isn't clear how to get it to behave right. I'll troubleshoot more today.
| Assignee | ||
Comment 9•20 years ago
|
||
This patch makes the editable menulist really look like a textbox if no microsummaries are available. It seems to fix the problem on Mac, except for a bit of remaining too-shortness when microsummaries are available (but that looks like a general editable menulist problem, not one specific to the microsummary menulist).
On Linux, it reverts my recent changes to make those menulists precisely consistent with adjacent tags, resulting in some one- or two- pixel misalignments. But we can probably tackle that in a separate bug (indeed, those changes should probably happen for menulists in general, not just the microsummary menulist).
I don't know how it works on Windows, but Seth says he'll build with the patch applied and let me know.
| Reporter | ||
Comment 10•20 years ago
|
||
> I don't know how it works on Windows, but Seth says he'll build with the patch
> applied and let me know.
will apply and test on win32 now.
| Reporter | ||
Comment 11•20 years ago
|
||
on my branch build, I didn't see what I saw on the mac, but I did see that the name text field was "too big". (see the left hand side of my screen shot)
after the patch, things look better (see the right hand side of my screen shot)
has anyone seen the original problem on win32? If so, perhaps I wasn't seeing it due to my display settings / default font on my laptop (which are large.)
| Assignee | ||
Updated•20 years ago
|
Attachment #226588 -
Flags: review?(mconnor)
| Assignee | ||
Comment 12•20 years ago
|
||
> screen shot (left, properties before myk's patch, right, after myk's patch)
These are reversed, right?
> has anyone seen the original problem on win32? If so, perhaps I wasn't seeing
> it due to my display settings / default font on my laptop (which are large.)
Bug 342221 shows some weirdness on win32, although it's not the same as it is on the Mac (or in your screenshot). The Mac-Win differences are to be expected, since the problem is partly related to the way we mix native and CSS styles for the textbox and menulist elements, and the native styles are of course different on the two platforms.
But I'm not sure why your Windows regression looks different from the one in bug 342221. Perhaps it's because of your large default display settings.
Given that the patch seems to solve the problem on your Windows build and my Mac build, I think it's the right fix, so I have requested review.
I also filed the three other bugs I've noticed in the course of investigating this regression (and the modifications that caused it):
bug 342389: font size inconsistency between Add Bookmark and Bookmark Properties
bug 342391: editable menulist slightly cuts off text in add bookmark dialog
bug 342392: editable menulist slightly different in size from other widgets
Comment 13•20 years ago
|
||
Please see bug 342221 for the winstripe part of this bug.
| Reporter | ||
Comment 14•20 years ago
|
||
>> screen shot (left, properties before myk's patch, right, after myk's patch)
>
>These are reversed, right?
no, they are not reversed. notice how the name field is *too tall* on the left hand side, unlike the other text areas. whereas after your patch (on the right hand side) it looks correct.
I'll try again after I change my default display / font size.
| Assignee | ||
Comment 15•20 years ago
|
||
> no, they are not reversed. notice how the name field is *too tall* on the left
> hand side, unlike the other text areas. whereas after your patch (on the right
> hand side) it looks correct.
Ah, sorry, I misunderstood, as the field on the right side seemed more off because of the background color extending outside the border of the field (although the height of the field is indeed correct, I now see).
| Assignee | ||
Comment 16•20 years ago
|
||
Simon's fixes for win32 in bug 342221 are better than mine, so removing the win32 changes from this patch, leaving just the Mac changes. I also incorporated the rule for hiding the popup from the patch in that bug.
Attachment #226588 -
Attachment is obsolete: true
Attachment #226683 -
Flags: review?(mconnor)
Attachment #226588 -
Flags: review?(mconnor)
| Assignee | ||
Updated•20 years ago
|
Whiteboard: [swag: 0.25d]
Updated•20 years ago
|
Attachment #226683 -
Flags: review?(mconnor) → review+
| Assignee | ||
Comment 17•20 years ago
|
||
Fix checked in to trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Priority: -- → P1
Resolution: --- → FIXED
Whiteboard: [swag: 0.25d]
| Assignee | ||
Comment 18•20 years ago
|
||
Comment on attachment 226683 [details] [diff] [review]
patch v2: mac changes only
Notes for drivers considering the approval1.8.1 request:
This patch has just landed on the trunk, but letting it bake for a couple days
won't help test it, because it's specific to the old bookmarks code, which is
disabled on the trunk.
This patch fixes a recent regression in bookmarks dialog appearance and
behavior. There is little risk to the patch (it's entirely CSS), although it's
possible (but unlikely) for the patch to introduce a new regression in the
process of fixing the current one.
This Mac-specific patch is the equivalent of the Windows-specific patch you approved last week in bug 342221.
Attachment #226683 -
Flags: approval1.8.1?
Updated•20 years ago
|
Attachment #226683 -
Flags: approval1.8.1? → approval1.8.1+
Updated•20 years ago
|
Whiteboard: 181b1+
Comment 19•20 years ago
|
||
Not fixed in 2006062703.
| Assignee | ||
Comment 20•20 years ago
|
||
Checked in to the 1.8 branch. Should show up in tomorrow's nightly.
Keywords: fixed1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•