Closed
Bug 264085
Opened 20 years ago
Closed 19 years ago
text field of bookmarkfolder gets editable if selected and expanded
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino1.0
People
(Reporter: florian, Assigned: sfraser_bugs)
References
Details
(Keywords: fixed1.8)
Attachments
(2 files)
2.34 KB,
patch
|
Details | Diff | Splinter Review | |
2.34 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a5) Gecko/20041011 Camino/0.8+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a5) Gecko/20041011 Camino/0.8+
Just switched from Safari to Camino, loved it and found the first bug:-)
If you select a bookmarkfolder and stay with the mousepointer over it the
bookmark textfield gets editable. That's normal.
But if you select a bookmarksfolder and expand the view so that the content gets
visible the bookmarks text field also gets visible. Even if you move the mouse
pointer away. I think thats a bug.
It doesn't happen if the bookmarks folder is not selected.
But i'm still in love :-)
Reproducible: Always
Steps to Reproduce:
1. Open Bookmarkmanager (Command + B)
2. Select the Bookmarks Bar or Menu
3. Click on a folder and move the mouse away. Nothing happens
4. Expand the folder by clicking on the triangle
Actual Results:
-> The text field of the bookmarks folder gets editable
Expected Results:
The bookmarks folder should stay selected but not become editable.
This doesn't happen if the bookmarks folder is expanded via keys.
But it also happend in Camino 0.8.1.
Comment 2•20 years ago
|
||
*** Bug 264084 has been marked as a duplicate of this bug. ***
Confirming bug using 2004100808 (v0.8+) NB on 10.3.5
It's non destructive but a bit strange. The Finder doesn't have this issue in
list view. Apperently we are registring the secod click on the expand triangle
while we shouldn't do that.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: text field of bookmarkfolder gets editable if selected and expanded in bookmarks manager → text field of bookmarkfolder gets editable if selected and expanded
Comment 4•20 years ago
|
||
this has been around for a while, it'll be good to get it fixed but 1.0 is
prolly ok.
Target Milestone: --- → Camino1.0
Comment 6•19 years ago
|
||
bugs me too, just never got a chance to look at it.
Assignee | ||
Comment 7•19 years ago
|
||
The bug was that [ExtendedOutlineView mouseDown:] was being too lax when
looking at the location of the click. This patch requires the click to be on
the text part of the cell.
Assignee | ||
Comment 8•19 years ago
|
||
The bug was that [ExtendedOutlineView mouseDown:] was being too lax when
looking at the location of the click. This patch requires the click to be on
the text part of the cell.
Assignee | ||
Comment 9•19 years ago
|
||
Sorry about the double attachment: bugzilla slowness.
Fixed on trunk and branch.
You need to log in
before you can comment on or make changes to this bug.
Description
•