Closed
Bug 301503
Opened 19 years ago
Closed 18 years ago
{inc}text wraps when links inside display: table div are focused
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: brewt-bugzilla.mozilla.org, Unassigned)
References
()
Details
(Keywords: testcase, Whiteboard: [reflow-refactor])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050720 Firefox/1.0+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050720 Firefox/1.0+ With the simple test case URL in a DP Linux build (works fine in Windows), focusing on any of the links in the div will result in it wrapping the text in the div. This also happens with the footer in bugzilla (test case is derived from bugzilla's html+css). Reproducible: Always Steps to Reproduce: 1. Open the test case URL 2. Click on the links foo or bar (or just tab to focus them) Actual Results: The text 'bar baz' gets wrapped onto the next line. Expected Results: The text 'bar baz' should stay where they are.
Assignee: dbaron → nobody
Component: Style System (CSS) → Layout
QA Contact: ian → layout
Comment 1•19 years ago
|
||
Confirmed with linux seamonkey build 2005072005 I'm only seeing this with gtk2 builds
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
Summary: text wraps when links inside display: table div are focused → {inc}text wraps when links inside display: table div are focused
Updated•19 years ago
|
Whiteboard: [reflow-refactor]
| Reporter | ||
Comment 2•19 years ago
|
||
Just tested with: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060124 Firefox/1.6a1 and it doesn't do this anymore. However, when you view this bug, and you scroll down to the bottom of the page and click and hold on one of the action links (eg. Home), you can see the text under it move up a pixel. Note that it doesn't seem to do this on bugzilla pages without a scrollbar.
Comment 3•18 years ago
|
||
I see no difference in the layout of the URL between: - Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120606 Minefield/3.0a (pre-reflow branch) - Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120804 Minefield/3.0a1 (post-reflow branch)
Comment 4•18 years ago
|
||
this got fixed sometime in October. resolving WFM
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•