Closed
Bug 986932
Opened 11 years ago
Closed 11 years ago
DevTools - Some items in options panel are misaligned
Categories
(DevTools :: Framework, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 31
People
(Reporter: ntim, Assigned: ntim)
References
Details
Attachments
(2 files, 1 obsolete file)
21.56 KB,
image/png
|
Details | |
959 bytes,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
Screenshot : http://images.devs-on.net/Image/K2i2BCxb9AqyISnh-Region.png
Patch coming right away.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8395401 -
Flags: review?(bgrinstead)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ntim007
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
You can see that the margin:0 squeezes these two elements together on OSX
Comment 3•11 years ago
|
||
Comment on attachment 8395401 [details] [diff] [review]
Patch
Review of attachment 8395401 [details] [diff] [review]:
-----------------------------------------------------------------
It looks like this is for overriding some UA styles on Windows. However, this causes some issues on OSX (see https://bugzilla.mozilla.org/attachment.cgi?id=8396376). My suggestion would be to find the most specific UA styles that are causing problems (probably a margin-left based on this issue) and override just that.
Attachment #8395401 -
Flags: review?(bgrinstead)
Comment 4•11 years ago
|
||
Comment on attachment 8395401 [details] [diff] [review]
Patch
Review of attachment 8395401 [details] [diff] [review]:
-----------------------------------------------------------------
Also, could you add r=bgrins to the end of the commit message when you upload the next patch?
Assignee | ||
Comment 5•11 years ago
|
||
This should fix the issue.
Attachment #8395401 -
Attachment is obsolete: true
Attachment #8396467 -
Flags: review?(bgrinstead)
Comment 6•11 years ago
|
||
(In reply to Tim Nguyen [:ntim] from comment #5)
> Created attachment 8396467 [details] [diff] [review]
> Patch v2
>
> This should fix the issue.
This looks good on OSX. I've pushed to try: https://tbpl.mozilla.org/?tree=Try&rev=08e1e0107ffb, so that I can check on Linux (I'm assuming that it looks correct on Windows since that is what you are using).
Assignee | ||
Comment 7•11 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #6)
> (In reply to Tim Nguyen [:ntim] from comment #5)
> > Created attachment 8396467 [details] [diff] [review]
> > Patch v2
> >
> > This should fix the issue.
>
> This looks good on OSX. I've pushed to try:
> https://tbpl.mozilla.org/?tree=Try&rev=08e1e0107ffb, so that I can check on
> Linux (I'm assuming that it looks correct on Windows since that is what you
> are using).
How do try builds work ? (I'm new at Firefox developing).
Comment 8•11 years ago
|
||
> How do try builds work ? (I'm new at Firefox developing).
It runs a build in the same way as if you landed it (building and testing it). Usually we use it to run the test suites and make sure a patch didn't break anything. In this case, once the "B" turns green in the interface next to Linux, that means the build has finished and we can go to the build directory to grab binaries to run.
Comment 9•11 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #8)
> > How do try builds work ? (I'm new at Firefox developing).
>
> It runs a build in the same way as if you landed it (building and testing
> it). Usually we use it to run the test suites and make sure a patch didn't
> break anything. In this case, once the "B" turns green in the interface
> next to Linux, that means the build has finished and we can go to the build
> directory to grab binaries to run.
Also, see https://wiki.mozilla.org/Build:TryServer for more information.
Assignee | ||
Comment 10•11 years ago
|
||
Looks like the linux builds are finished building.
Comment 11•11 years ago
|
||
Comment on attachment 8396467 [details] [diff] [review]
Patch v2
Review of attachment 8396467 [details] [diff] [review]:
-----------------------------------------------------------------
I've checked and this looks fine across all systems
Attachment #8396467 -
Flags: review?(bgrinstead) → review+
Comment 12•11 years ago
|
||
Tim, you can add the checkin-needed keyword to get this checked in
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
https://hg.mozilla.org/integration/fx-team/rev/3960ad0617ff
This landed with the wrong bug number (bug 986982).
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Comment 14•11 years ago
|
||
(In reply to Wes Kocher (:KWierso) from comment #13)
> https://hg.mozilla.org/integration/fx-team/rev/3960ad0617ff
>
> This landed with the wrong bug number (bug 986982).
Woops, how shall I correct this ?
Backed out in https://hg.mozilla.org/integration/fx-team/rev/cbc96b4d39a6
Relanded with the correct bug number in https://hg.mozilla.org/integration/fx-team/rev/5b890163a973
Comment 16•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 31
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•