Large headings appear under tabs or push search field under tabs

Bug #94323 reported by Robert Collins
24
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Medium
Christian Reis

Bug Description

foo, I have nothing to say here

Revision history for this message
Robert Collins (lifeless) wrote :
Changed in launchpad:
assignee: nobody → mpt
Revision history for this message
Robert Collins (lifeless) wrote :
Changed in launchpad:
importance: Undecided → Medium
status: Unconfirmed → Confirmed
Revision history for this message
Christian Reis (kiko) wrote :

Let's see if I can tackle this one.

Changed in launchpad:
assignee: mpt → kiko
importance: Medium → High
Revision history for this message
Christian Reis (kiko) wrote :

This URL in 640px wide is a good demo: https://beta.launchpad.net/bzr/+bugs

Changed in launchpad:
assignee: kiko → victor-choosebrilliant
Revision history for this message
Katie Moody (katie-choosebrilliant) wrote :

Line 566:
#nonhelp {
 margin: 0 20px 0 38px;
 min-width: 752px; /* [br#94323] for search bar not to go under tabs */
}

Line 582:
#globalsearch {
 float: right;
 margin-top: 15px;
 /*width: 220px; [br#94323] */
 margin-right: 70px; /* [br#94323] for search field not to go under tabs */
}

Changed in launchpad:
status: Confirmed → Fix Committed
Revision history for this message
Christian Reis (kiko) wrote :

Has this actually been committed to RF, or is this something Matthew needs to do? If so, Victor, please reassign to him.

Changed in launchpad:
assignee: victor-choosebrilliant → kiko
status: Fix Committed → In Progress
Christian Reis (kiko)
Changed in launchpad:
assignee: kiko → mpt
Revision history for this message
Matthew Paul Thomas (mpt) wrote :

Victor, I've tested this CSS and it does not fix the bug.

Changed in launchpad:
assignee: mpt → victor-choosebrilliant
importance: High → Medium
status: In Progress → Confirmed
Revision history for this message
Diogo Matsubara (matsubara) wrote :

Couldn't reproduce. Matthew, can you check this one?

Changed in launchpad:
assignee: victor-choosebrilliant → mpt
status: Confirmed → Incomplete
Revision history for this message
Christian Reis (kiko) wrote : Re: [Bug 94323] Re: Large headings appear under tabs or push search field under tabs

On Tue, Oct 02, 2007 at 03:25:24PM -0000, Diogo Matsubara wrote:
> Couldn't reproduce. Matthew, can you check this one?

Can you try with a narrow browser window size?

Revision history for this message
Diogo Matsubara (matsubara) wrote :

On Tue, Oct 02, 2007 at 05:51:40PM -0000, Christian Reis wrote:
> On Tue, Oct 02, 2007 at 03:25:24PM -0000, Diogo Matsubara wrote:
> > Couldn't reproduce. Matthew, can you check this one?
>
> Can you try with a narrow browser window size?

That's what I tried.

Web developer extension -> Resize -> 800x600

>
> --
> Large headings appear under tabs or push search field under tabs
> https://bugs.launchpad.net/bugs/94323
> You received this bug notification because you are a direct subscriber
> of the bug.

--
Diogo M. Matsubara

Revision history for this message
Robert Collins (lifeless) wrote :

just reproduced the search-field hide in firefox, on edge.

Revision history for this message
Christian Reis (kiko) wrote :

On what URL, Robert, and which browser width? A screenshot would also be nice. It's useless if you don't give us a way to reproduce your issue -- nobody else is seeing it.

Revision history for this message
Christian Reis (kiko) wrote :

Heh, nothing like a bold statement to prove yourself wrong. If you ctrl-+ your firefox font size in a narrow browser window you can reproduce this. I'll attach a screenshot of this bug.

Changed in launchpad:
status: Incomplete → Confirmed
Revision history for this message
Christian Reis (kiko) wrote :
Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 94323] Re: Large headings appear under tabs or push search field under tabs

On Thu, 2007-10-04 at 13:10 +0000, Christian Reis wrote:
> On what URL, Robert, and which browser width? A screenshot would also be
> nice. It's useless if you don't give us a way to reproduce your issue --
> nobody else is seeing it.

Heh!

Well, any open details page, and the original screenshots I gave right
at the beginning of the bug :).

-Rob
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.

Revision history for this message
David Allouche (ddaa) wrote :

Here, removing the -15px top-margin on #mainarea fixes the problem.

Revision history for this message
David Allouche (ddaa) wrote :

To clarify, those rules fix the problem for me:
  #mainarea { top: 0; }
  #structuralobjectheading img { margin-bottom: -15px; }

Revision history for this message
Christian Reis (kiko) wrote :

Landed simpler version of fix (just removing the top-margin in #mainarea) in RF 5098.

Changed in launchpad:
assignee: mpt → kiko
status: Confirmed → Fix Committed
Christian Reis (kiko)
Changed in launchpad:
status: Fix Committed → Fix Released
Revision history for this message
David Allouche (ddaa) wrote :

To clarify: You did not remove the top-margin in #mainarea. Instead you applied the first of the rules I propose which removes the top positioning.

The second rule is needed to preserve the original intent which was to reduce the gap between the heading and the main area. In particular, the layout now has too much whitespace when the heading is a single line.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.