Closed
Bug 485499
Opened 17 years ago
Closed 5 years ago
Unwanted Margin in Edit Bookmarks panel offsets Button and Title 1px to the right
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: luke.iliffe, Assigned: kcarchana77)
References
Details
(Keywords: polish, uiwanted, Whiteboard: [polish-easy] [polish-visual][polish-p3])
Attachments
(2 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090326 Minefield/3.6a1pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090326 Minefield/3.6a1pre
After Bug 484022 has been fixed the "Remove bookmark" button and the "Edit this bookmark" title are still 1px to the right of the left border of the text fields below. From Bug 484022 comment 31 it is possible this is due to an unwanted margin somewhere.
Reproducible: Always
Attaching a screenshot
| Reporter | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•17 years ago
|
||
This bug's priority relative to the set of other polish bugs is:
P3 - Polish issue that is in a secondary interface, occasionally encountered, or is not easily identifiable.
Whiteboard: [polish-easy] [polish-visual] → [polish-easy] [polish-visual][polish-p3]
| Assignee | ||
Comment 3•12 years ago
|
||
I would like to work on this bug. It would be nice if you could assign this bug to me.
Updated•12 years ago
|
Assignee: nobody → kcarchana77
| Assignee | ||
Comment 4•12 years ago
|
||
As I am a beginner, could you please give me more details about where I should get started and which files should I be working on.
Comment 5•12 years ago
|
||
(In reply to kcarchana77 from comment #4)
> As I am a beginner, could you please give me more details about where I
> should get started and which files should I be working on.
Surely. I'm CC'ing Marco, who most likely can help you here to get started.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•12 years ago
|
||
Thank you, so much.
Updated•12 years ago
|
Flags: needinfo?(mak77)
Comment 7•12 years ago
|
||
(In reply to kcarchana77 from comment #4)
> As I am a beginner, could you please give me more details about where I
> should get started and which files should I be working on.
Hi, first of all you can take a look at our introduction at https://developer.mozilla.org/en-US/docs/Introduction
You can use mxr to search through code:
http://mxr.mozilla.org/mozilla-central/
This specific panel is defined as editBookmarkPanel in browser.xul:
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.xul#147
The part containing the stuff you are looking for is editBookmarkPanelHeader
This part of the panel is moved into position after editBookmarkOverlay.xul is lazy loaded (see http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-places.js#134)
If you have specific questions feel free to ask, sorry for the delay in asnwering your questions.
Flags: needinfo?(mak77)
| Assignee | ||
Comment 8•12 years ago
|
||
I am not being able to reproduce the bug reported in the nightly version 29.0al. I am attaching the screenshot of it alongside.
| Assignee | ||
Comment 9•12 years ago
|
||
I am not being able to reproduce the bug reported in the nightly version 29.0al. I am attaching the screenshot of it alongside.
Attachment #8358936 -
Attachment is obsolete: true
Comment 10•12 years ago
|
||
This is only a Windows issue actually. Probably just needs a CSS change.
OS: All → Windows 7
Comment 11•5 years ago
|
||
The UI has changed to no longer have this problem.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•