Closed
Bug 344459
Opened 19 years ago
Closed 19 years ago
Deleting name for bookmark then selecting a microsummary doesn't enable OK button in bookmarks dialog
Categories
(Firefox Graveyard :: Microsummaries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 2 beta2
People
(Reporter: daniel.mckenzie, Assigned: philor)
References
()
Details
(Keywords: fixed1.8.1, polish, Whiteboard: [has patch])
Attachments
(1 file)
1.00 KB,
patch
|
mconnor
:
review+
mconnor
:
approval1.8.1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1
If you have a microsummary for a page, adding a bookmark and deleting the text in the "Name" field will disable the OK button. However, if you select a Live Title after this the OK button will not enable until you have entered one or two characters (and hence canceling the Live Title selection).
Reproducible: Always
Steps to Reproduce:
1. Go to a page that either has a microsummary, or where you have installed a microsummary for that page. (For example, the provided URL).
2. Go to Bookmarks > Add a Bookmark.
3. Delete all text in the Name field.
4. Click the Name dropdown and select the microsummary (or Live Title).
Actual Results:
The OK button doesn't enable.
Expected Results:
The OK button should be enabled.
Assignee | ||
Comment 1•19 years ago
|
||
Right, this useless-ui is getting on my nerves. This patch fixes this bug and bug 304740 (you can't add a bookmark with no title, but you are more than welcome to remove the title in the bookmark's properties) and bandaids one case of bug 304145 (undo in Keyword still won't enable the button, but requiring a Keyword for a Keyword makes more sense) as well as one case of the probably unreported (except as Core:DnD) bug where dropping text in an empty field won't enable the button.
Assignee: nobody → philringnalda
Status: UNCONFIRMED → ASSIGNED
Attachment #229046 -
Flags: review?(mconnor)
Assignee | ||
Updated•19 years ago
|
Flags: blocking-firefox2?
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Firefox 2 beta2
Version: unspecified → 2.0 Branch
Updated•19 years ago
|
Component: Bookmarks → Microsummaries
Updated•19 years ago
|
Attachment #229046 -
Flags: review?(mconnor) → review+
Updated•19 years ago
|
Whiteboard: [has patch][needs checkin][needs approval]
Comment 2•19 years ago
|
||
mozilla/browser/components/bookmarks/content/addBookmark2.js 1.43
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [has patch][needs checkin][needs approval] → [has patch][needs approval]
Comment 3•19 years ago
|
||
Comment on attachment 229046 [details] [diff] [review]
fix
Notes for drivers considering this approval request:
This patch fixes a variety of edge cases in which the OK button doesn't get enabled in the bookmarks dialog, even though the user has made changes that it should be possible to save. It is a trivial patch with a low risk of regressions (the only potential issue would be whether the code that performs the save operation isn't prepared to handle these edge cases). It has been on the trunk since Wednesday morning.
Attachment #229046 -
Flags: approval1.8.1?
Comment 4•19 years ago
|
||
Comment on attachment 229046 [details] [diff] [review]
fix
a=mconnor on behalf of drivers for checkin to the 1.8 branch
Attachment #229046 -
Flags: approval1.8.1? → approval1.8.1+
Updated•19 years ago
|
Keywords: fixed1.8.1
Whiteboard: [has patch][needs approval] → [has patch]
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•