brackets-archive / bracketsIssues

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

[CLOSED] Fix for #67: Add width: 100% to body to make layout work in Firefox #78

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by njx Thursday Jan 12, 2012 at 00:26 GMT Originally opened as https://github.com/adobe/brackets/pull/74


This fixes issue #67. In Firefox, if you set body to be display: box, you apparently need to explicitly set its width to 100% to get it to stay the width of the browser. This isn't necessary for WebKit, but doesn't appear to hurt anything. (IE doesn't support flexbox yet.)


njx included the following code: https://github.com/adobe/brackets/pull/74/commits

core-ai-bot commented 3 years ago

Comment by njx Thursday Jan 12, 2012 at 00:28 GMT


Oops, it looks like I branched this off the issue-50 branch instead of off of master. The stuff about text selectability should get merged as part of that branch. (Still need to get into the hang of the lots-of-topic-branches workflow.)