Closed
Bug 591504
Opened 15 years ago
Closed 14 years ago
Tab drop indicator does not appear just after the start of browser
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
FIXED
Firefox 4.0b12
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: alice0775, Assigned: dao)
References
Details
(Keywords: regression, Whiteboard: [fixed by bug 606909][softblocker])
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b5pre) Gecko/20100827 Minefield/4.0b5pre ID:20100827040251
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b5pre) Gecko/20100827 Minefield/4.0b5pre ID:20100827040251
Tab drop indicator does not appear just after the start of browser.
Reproducible: Always
Steps to Reproduce:
1. Start Minefield with new profile
2. Drag a link on tab strip.
Actual Results:
Tab drop indicator does not appear.
Expected Results:
Tab drop indicator should appear.
Comment 1•15 years ago
|
||
The same is true for dragging tabs, not only links, so I think this is a regression.
Comment 2•15 years ago
|
||
works: 2010-04-19-03-mozilla-central
broken: 2010-04-20-04-mozilla-central
Comment 3•15 years ago
|
||
(In reply to comment #2)
> works: 2010-04-19-03-mozilla-central
> broken: 2010-04-20-04-mozilla-central
Thanks. Can you also please specify the changeset ids?
Keywords: regression
Comment 4•15 years ago
|
||
(In reply to comment #3)
2010-04-19-03: 85c3175de68f
2010-04-20-04: 5f229488969c
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=85c3175de68f&tochange=5f229488969c
Updated•15 years ago
|
blocking2.0: --- → ?
Comment 5•15 years ago
|
||
Dao, could this in some way be related to bug 549061, which introduced the new tab style?
Assignee | ||
Comment 6•15 years ago
|
||
(In reply to comment #5)
> Dao, could this in some way be related to bug 549061, which introduced the new
> tab style?
I guess it could be related -- the code that landed there could have triggered it somehow.
![]() |
Reporter | |
Comment 7•15 years ago
|
||
If I add style attribute for tab-drop-indicator, the problem does not happen.
in browser\base\content\tabbrowser.xml
- <xul:image class="tab-drop-indicator" anonid="tab-drop-indicator" collapsed="true"/>
+ <xul:image class="tab-drop-indicator" anonid="tab-drop-indicator"
+ collapsed="true" style="margin-top: -11px;"/>
Updated•14 years ago
|
blocking2.0: ? → betaN+
![]() |
||
Updated•14 years ago
|
Target Milestone: --- → Firefox 4.0b8
Assignee | ||
Updated•14 years ago
|
Target Milestone: Firefox 4.0b8 → ---
Assignee | ||
Updated•14 years ago
|
Updated•14 years ago
|
Whiteboard: [patch in bug 606909] → [patch in bug 606909][softblocker]
Comment 8•14 years ago
|
||
On my linux 4.0b11pre nightly version of Minefield I the tab-drop-indicators are only visible when above the tab-bar there is some other bar, menubar or awesomebar. With tabs on top and menubar compressed into a button the indicators won't be drawn.
Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b12
Comment 9•14 years ago
|
||
Verified fixed with Mozilla/5.0 (Windows NT 6.1; rv:2.0b12pre) Gecko/20110209 Firefox/4.0b12pre
Status: RESOLVED → VERIFIED
Whiteboard: [patch in bug 606909][softblocker] → [fixed by bug 606909][softblocker]
You need to log in
before you can comment on or make changes to this bug.
Description
•