Closed
Bug 275512
Opened 20 years ago
Closed 20 years ago
[columns] some columns becomes invisible on content focus
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aha, Unassigned)
References
()
Details
(Keywords: qawanted)
Attachments
(2 files)
2004121905/SM-trunk/W2K
I have unordered list enclosed in DIV with columns:
<div>
<ul>
<li><a href="...">Adobe</a></li>
<li><a href="...">AMD</a></li>
</ul>
</div>
When I click on some links and link get outline, whole column become invisible
sometimes. until another reflow (resize, focus on another link etc).
For DIV/LI I have got these rules:
div {-moz-column-width:10em;-moz-column-count:auto;-moz-column-gap:2em}
li {margin-bottom:.3em}
I'm busy to provide testcase =(| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
Adam, please attach an HTML page (non-minimal if must be) showing this problem?
| Reporter | ||
Comment 4•20 years ago
|
||
Boris, I'm sorry for delay, URL have to become public. I tryed to reproduce with nightbuilds thru January, but I didbn't have luck.
Comment 5•20 years ago
|
||
So.. on that page, with a current nightly build, I see no problems...
works for me too on trunk
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•