Closed
Bug 315167
Opened 19 years ago
Closed 12 years ago
Purple Tab Arrow Flashes if Cursor is put on it and may reload tab instead of being moved
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
FIXED
Firefox 2 beta2
People
(Reporter: nrbelex, Assigned: moco)
References
Details
(Whiteboard: [SWAG: fix landed on the trunk, branch may not be feasible])
Attachments
(1 file)
928 bytes,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051104 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051104 Firefox/1.6a1
If I go to move a tab and place my cursor over the little purple arrow which now appears to show where the tab will be moved, the purple arrow flashes until the cursor is moved away from the arrow. Not sure if this is a bug or just a little strange looking.
Reproducible: Always
Steps to Reproduce:
1.Click to drag tab to new location
2.place cursor over purple arrow in between tabs
3.It continuously flashes
Actual Results:
Purple arrow flashed continuously until cursor moved
Expected Results:
Solid purple arrow?
*** Bug 315168 has been marked as a duplicate of this bug. ***
Reproducible with Firefox 1.5b2 and 1.5rc1, sometimes the purple arrow disappears after flashing a few times.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Blocks: 319244
Comment 3•19 years ago
|
||
There's more; If you try dropping the tab while the arrow is flashing, the tab sometimes reloads instead of being moved. The problem is more noticeable if a theme's "tab drop position" image is large, like in Charamel. Someone might want to update the bug summary...
Summary: Purple Tab Arrow Flashes if Cursor is put on it → Purple Tab Arrow Flashes if Cursor is put on it and may reload tab instead of being moved
Comment 4•19 years ago
|
||
See also bug 333791, which is about the arrow flashing when you're dragging over the favicon.
These two bugs seem very related; our tab drag&drop behavior needs some work it seems.
Comment 5•19 years ago
|
||
Interesting... On Mac OS X, if I try to hover the mouse cursor over the indicator arrow while dragging, then it just vanishes. It doesn't continually flash like you report for Windows. I can really only hover over the tip of the arrow (the bit that extends into the tab bar) anyway... the tail of the arrow is in the bookmarks toolbar and the indicator always disappears if I move the mouse into that region.
In bug 333791, the arrow doesn't really flash, either. At least not continuously. It'll flicker once in Win XP, or disappear entirely in OS X.
Comment 6•19 years ago
|
||
See bug 319244 for the SeaMonkey patches that address this.
Updated•19 years ago
|
Assignee: nobody → mconnor
Flags: blocking-firefox2+
Target Milestone: --- → Firefox 2 beta1
Comment 9•19 years ago
|
||
The simple fix for this particular bug will be (or should be) to add mousethrough like I did recently for suite (see attachment 219589 [details] [diff] [review]).
Assignee | ||
Comment 10•19 years ago
|
||
jag: thanks for the info about mousethrough.
Status: NEW → ASSIGNED
Assignee | ||
Comment 11•19 years ago
|
||
I've got a patch (using mousethrough="always", thanks again jag) that works on the trunk, but it doesn't work on the 1.8 branch (for firefox 2.0)
from https://bugzilla.mozilla.org/show_bug.cgi?id=319244#c48
>>Now that it's fixed on Trunk, what's the plan to fix it on the branch(es) ?
>The trunk fix relies on other trunk fixes. There's no equivalent branch fix.
This was for bug #319244 ("Tab drop indicator icon flickers" for the suite), but the same appears to be true for firefox.
I'll attach my trunk patch anyways.
Assignee | ||
Comment 12•19 years ago
|
||
Assignee | ||
Comment 13•19 years ago
|
||
I asked jag why this fix would be trunk only, for both FF and the suite, and he told me:
"I think it was Neil who said that, and he implied it was a change roc made to the way mousethrough was handled. Bug 317375 perhaps?"
Whiteboard: [SWAG: patch in hand for trunk, branch may not be feasible]
Comment 14•19 years ago
|
||
(In reply to comment #13)
>Bug 317375 perhaps?
Yes.
Assignee | ||
Comment 15•19 years ago
|
||
Comment on attachment 223508 [details] [diff] [review]
trunk patch for this issue, no solution for the 1.8 branch yet.
seeking review for this small patch (based on jag's work) for the trunk.
Attachment #223508 -
Flags: review?(mconnor)
Updated•19 years ago
|
Attachment #223508 -
Flags: review?(mconnor) → review+
Assignee | ||
Comment 16•19 years ago
|
||
fix landed on the trunk, r=mconnor
Whiteboard: [SWAG: patch in hand for trunk, branch may not be feasible] → [SWAG: fix landed on the trunk, branch may not be feasible]
Comment 17•19 years ago
|
||
pushing out non-critical-path bugs to b2
Target Milestone: Firefox 2 beta1 → Firefox 2 beta2
Comment 18•19 years ago
|
||
Not going to block on this since there isn't a solution in sight at present.
Flags: blocking-firefox2+ → blocking-firefox2-
Assignee | ||
Comment 19•18 years ago
|
||
sorry for the bug spam, re-assigning bugs back to default owner if I'm not working actively on them.
Assignee: sspitzer → nobody
Status: ASSIGNED → NEW
Comment 20•12 years ago
|
||
This bug no longer applies since the new tab dragging landed in bug 783282.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Comment 21•12 years ago
|
||
(In reply to Jared Wein [:jaws] from comment #20)
> This bug no longer applies since the new tab dragging landed in bug 783282.
We still display the arrow for dropping links.
However, this bug should have been resolved when the fix landed on trunk.
Assignee: nobody → moco
Resolution: WORKSFORME → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•