Open
Bug 1054661
Opened 11 years ago
Updated 1 year ago
Resizeble bookmark properties panel in Bookmarks Manager
Categories
(SeaMonkey :: Bookmarks & History, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: vshalimhr, Unassigned)
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 SeaMonkey/2.25 (Beta/Release)
Build ID: 20140318183706
Steps to reproduce:
Not a bug, but a RFE. I often use the Description field to save some extra info, e.g. how I found this page, or the author's name and link, or some important parts of the text I want to stay available in case the bookmarked page is gone, etc. In its current state (about only 2 lines tall), the Description field is very inconvenient to use if you have more than 2 lines of text. This patch makes the bookmark properties panel resizable so that you could make the Description field as tall as you want.
| Reporter | ||
Updated•11 years ago
|
Attachment #8474120 -
Attachment is patch: true
Attachment #8474120 -
Attachment mime type: text/x-patch → text/plain
| Reporter | ||
Comment 1•11 years ago
|
||
Default view.
| Reporter | ||
Comment 2•11 years ago
|
||
Default expanded/full view.
| Reporter | ||
Comment 3•11 years ago
|
||
Resized view.
| Reporter | ||
Updated•11 years ago
|
Severity: normal → enhancement
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•11 years ago
|
||
Comment on attachment 8474120 [details] [diff] [review]
moz.bmkmgr.resizable_bmk_props_panel.patch
setting f? to Neil (should also be a ui-r? too)
Attachment #8474120 -
Flags: feedback?(neil)
Comment 5•11 years ago
|
||
Comment on attachment 8474120 [details] [diff] [review]
moz.bmkmgr.resizable_bmk_props_panel.patch
>+#editBMPanel_descriptionField {
>+ min-height: 4em;
> }
It would probably be better to put rows="3" on the textbox as this will guarantee an exact fit.
> <splitter id="detailsDeck-splitter"
> collapse="after"
>- persist="state collapsed"
>- disabled="true">
>+ persist="state collapsed">
We can't do this because the details toggle depends on it.
Attachment #8474120 -
Flags: feedback?(neil) → feedback-
| Reporter | ||
Comment 6•11 years ago
|
||
(In reply to neil@parkwaycc.co.uk from comment #5)
> Comment on attachment 8474120 [details] [diff] [review]
> moz.bmkmgr.resizable_bmk_props_panel.patch
>
> >+#editBMPanel_descriptionField {
> >+ min-height: 4em;
> > }
> It would probably be better to put rows="3" on the textbox as this will
> guarantee an exact fit.
That's exactly what I tried first, and it didn't work at all - the height was even less than one row, probably 0.75 of one row.
> > <splitter id="detailsDeck-splitter"
> > collapse="after"
> >- persist="state collapsed"
> >- disabled="true">
> >+ persist="state collapsed">
> We can't do this because the details toggle depends on it.
What is the details toggle, the More/Fewer button at the bottom of the panel? And how does it depend on the splitter being disabled?
You need to log in
before you can comment on or make changes to this bug.
Description
•