Closed
Bug 136524
Opened 23 years ago
Closed 22 years ago
Drag and Drop, to personal tool bar folders dropdown white out
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.2alpha
People
(Reporter: brianlee, Assigned: p_ch)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
336.33 KB,
image/tiff
|
Details | |
4.02 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.9+)
Gecko/20020407
BuildID: 2002040708
When you drag a URL to a folder on the personal tool bar the folder that you
want to put the link into will drop down but instead of displaying the existing
links in the folder the entire drop down is whited out
Reproducible: Always
Steps to Reproduce:
1. Create a folder on the personal tool bar
2. Add 2 - 3 bookmarks into that folder
3. goto a web page that you haven't book marked
4. Drag the url from the address bar of that web page into the folder with the
links you just created
Actual Results: Folder that you drage the url to drops down but instead of
displaying the links in that folder, the drop down is whited out
Expected Results: Display links in that drop down, when you release the mouse
with the URL the url will appear in the drop down, along with the existing links
screen shot of the white drop down in os x (again sorry about the large file
size)
Comment 2•23 years ago
|
||
*** Bug 138412 has been marked as a duplicate of this bug. ***
Comment 3•23 years ago
|
||
I can confirm this bug on Linux Mozilla build 2002041717.
Assignee | ||
Comment 4•23 years ago
|
||
confirming based on the screenshot
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 5•22 years ago
|
||
*** Bug 144829 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 6•22 years ago
|
||
*** Bug 158848 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 7•22 years ago
|
||
taking.
I think we should disable the drag into folder feature on Mac, til there is a
real fix.
Disabling this feature is simply performed by setting isPlatformNotSupported
(navigatorDD.js) to true for the Mac.
But we can also drop the timer emulation that I wrote when we could not fire
timers during DND on Windows. Now, this timer emulation is used only for the Mac
platform, where the feature is broken.
Pink, what do you think about that?
Assignee: ben → pierrechanial
Severity: normal → major
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 8•22 years ago
|
||
Ooops, forgot to cc pinkerton. Pink: what do you think about this Mac specific
bug? Are you in favor to drop the timer emulation, as I am?
Comment 9•22 years ago
|
||
yeah, i think it's ok to drop it.
Assignee | ||
Comment 10•22 years ago
|
||
Patch disabling drag into folder feature for Mac and removing the timer
emulation.
Pink, could you sr it, please?
Comment 11•22 years ago
|
||
not having touched any of that code for a while, i don't feel very comfortable
r='ing it. perhaps someone on xpapps would be better suited.
Attachment #92911 -
Flags: review+
Assignee | ||
Comment 12•22 years ago
|
||
r=timeless that reviewed also the implementation of the timer emulation
Assignee | ||
Updated•22 years ago
|
Target Milestone: --- → mozilla1.2alpha
Assignee | ||
Comment 13•22 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•