brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Popup boxes are off center #9640

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by hollinsky Thursday Apr 23, 2015 at 02:20 GMT Originally opened as https://github.com/adobe/brackets/issues/10977


This is driving me up a wall. It looks terrible. Something changed between 1.1 and 1.2 that made popup boxes go all wonky. It makes brackets-git look really weird as well, as the popup boxes got smaller for some reason, and the titles for popup boxes go on to two lines. centering Upon further review, it's still happening to me all the way back to 1.0. I'm almost sure this wasn't always the case. What could cause that? And on yet more review, it would seem that .modal-wrapper is on a position:absolute system. It has left:0 and right:0 set, with margins of auto. Theoretically, that should center it, but for some reason, 0 is actually 360px out into the editor (which as far as I can tell, doesn't correlate with anything. It's not like the size of the sidebar or anything.) This can be solved by setting left:-360px, but that seems pretty hacky. Any ideas? centering2

core-ai-bot commented 3 years ago

Comment by hollinsky Thursday Apr 23, 2015 at 03:54 GMT


I've submitted a pull request which has fixed the problem. Request #10978.

core-ai-bot commented 3 years ago

Comment by nethip Thursday Apr 30, 2015 at 09:10 GMT


@CPCookieMan This problem got introduced because of a change in our Extract for Brackets plugin. Basically the plugin was overriding some CSS styles. Could you try this with our latest build. This must not be there.

core-ai-bot commented 3 years ago

Comment by ficristo Sunday Aug 21, 2016 at 07:30 GMT


Closing as was an Extract bug. If you can still reproduce on latest release please open a new issue.