Closed
Bug 360695
Opened 19 years ago
Closed 1 year ago
Dragging to a tab should switch tabs after brief delay (spring-loaded tabs)
Categories
(Camino Graveyard :: Drag & Drop, enhancement)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dbkirk, Assigned: bugzilla-graveyard)
References
Details
Attachments
(1 file)
4.66 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.7) Gecko/20060911 Camino/1.0.3
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.7) Gecko/20060911 Camino/1.0.3
Dragging a link to a tab and hovering should switch tabs so that the link may be dropped into a field on the page loaded into that tab.
Reproducible: Always
Steps to Reproduce:
1. Drag a link (especially an email link) to a tab and hover.
Actual Results:
Nothing
Expected Results:
Select the tab and display its contents so the link can be dropped into a field on that page. That will be a huge boon to us that use gmail..we can drop the email link into the search box, hit return, and gmail will open a compose mail window!
Comment 1•19 years ago
|
||
If this is technically possible, I think it'd be a great addition - like Finder's spring-loaded folders.
Assignee | ||
Comment 2•19 years ago
|
||
There's gotta be some way to do this.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → Camino1.2
Mass un-setting milestone per 1.6 roadmap.
Filter on RemoveRedonkulousBuglist to remove bugspam.
Developers: if you have a patch in hand for one of these bugs, you may pull the bug back to 1.6 *at that point*.
Target Milestone: Camino1.6 → ---
Assignee | ||
Comment 4•17 years ago
|
||
Here's a proof-of-concept patch that wires up the drag detection and timer (synched to the spring-loaded folder delay set in the Finder prefs).
To-do:
1) Switch tabs on the fly
2) Switch tabs *back* when dragging exits or is cancelled
3) (maybe) Hook up spring-loaded folder on/off pref to toggle the behaviour
4) Let space bar trigger instant-open, ignoring timer (like Finder does).
cl
Assignee: nobody → cl-bugs-new
Status: NEW → ASSIGNED
Assignee | ||
Updated•17 years ago
|
Hardware: Macintosh → All
Assignee | ||
Comment 5•17 years ago
|
||
Oh, and this should work for all drags, not just URLs. Tweaking summary.
Summary: dragging link URLs to a tab, after delay switch tabs → Dragging to a tab should switch tabs after brief delay (spring-loaded tabs)
Comment 7•14 years ago
|
||
(In reply to Chris Lawson from comment #5)
> Oh, and this should work for all drags, not just URLs. Tweaking summary.
For sure.
(In reply to Chris Lawson from comment #4)
> timer
> (synched to the spring-loaded folder delay set in the Finder prefs)
> Let space bar trigger instant-open, ignoring timer (like Finder does)
*That* is (awe)some OS integration ! :-)
Comment 8•14 years ago
|
||
Please don't spam bugs just to agree with them. Use the vote feature instead; that's what it's for.
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•