Closed Bug 347405 Opened 18 years ago Closed 18 years ago

go button disconnected from URL bar. URL bar too tall

Categories

(Firefox :: Tabbed Browser, defect)

2.0 Branch
PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 2 beta2

People

(Reporter: asa, Assigned: dietrich)

References

Details

(Keywords: fixed1.8.1, Whiteboard: [Fx2 theme change])

Attachments

(4 files, 1 obsolete file)

The Go button is several pixels separated from the URL bar and the URL bar is too tall for the two to line up. This is mac only.
Attached image go button detached
Similar to bug 347403 which is on windows, however the detachment doesnt occur there.
URL bar too tall is not the theme landing, it should have a fix soon (was approved for branch already)

Gavin, did you land the browser.xul change from the windows patch?
(In reply to comment #3)
> Gavin, did you land the browser.xul change from the windows patch?

Yes.
Blocks: NewTheme
Similar to bug 347400.
Flags: blocking-firefox2+
Whiteboard: [Fx2 theme change]
Assignee: mconnor → dietrich
Target Milestone: --- → Firefox 2 beta2
Attached patch band-aid (obsolete) — Splinter Review
band-aid fix, doesn't fix the root-cause of the gap.
Attached patch fixSplinter Review
removes right margin on URL bar.
Attachment #233399 - Attachment is obsolete: true
Attachment #233401 - Flags: review?(mconnor)
Comment on attachment 233401 [details] [diff] [review]
fix

r+a=me on the stopgap, Ryan is actually working on a more comprehensive patch for removing the Go/Search buttons.
Attachment #233401 - Flags: review?(mconnor)
Attachment #233401 - Flags: review+
Attachment #233401 - Flags: approval1.8.1+
Status: NEW → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
(In reply to comment #10)
> (From update of attachment 233401 [details] [diff] [review] [edit])
> r+a=me on the stopgap, Ryan is actually working on a more comprehensive patch
> for removing the Go/Search buttons.

Maybe this is would be appropriate:

#urlbar {
  margin: 5px 4px 5px 4px;
}
#urlbar + #go-button {
  margin-left: -4px;
}
(In reply to comment #11)

Okay, I see that's what Dietrich tried first. I guess the only problem was that the negative margin was applied for both #go-button and #go-container?
The current file is broken for RTL.  Patch and necessary image to follow immediately.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Attached patch Fix for RTLSplinter Review
Attachment #233707 - Flags: review?(mconnor)
Attachment #233707 - Flags: approval1.8.1?
Comment on attachment 233707 [details] [diff] [review]
Fix for RTL

I wasn't thinking about RTL at all, I didn't realize we'd already done that
Attachment #233707 - Flags: review?(mconnor)
Attachment #233707 - Flags: review+
Attachment #233707 - Flags: approval1.8.1?
Attachment #233707 - Flags: approval1.8.1+
Landing RTL fix on branch.
Status: REOPENED → RESOLVED
Closed: 18 years ago18 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: