Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

[Themes] Inline editor content is rendered over the gutter. #8541

Closed
RaymondLim opened this issue Jul 24, 2014 · 8 comments
Closed

[Themes] Inline editor content is rendered over the gutter. #8541

RaymondLim opened this issue Jul 24, 2014 · 8 comments

Comments

@RaymondLim
Copy link
Contributor

  1. Open a CSS inline editor.
  2. Resize the window width smaller so that some lines in inline are wrapped.
  3. Turn off Word Wrap.
  4. Scorll horizontally to the right in inline editor so that you can see text on long lines.

Result: The inline content is rendered over the gutter.

@RaymondLim
Copy link
Contributor Author

inline

The screenshot is from dangoor/inline-styling branch for pull request #8529, but I can also reproduce it in master.

@JeffryBooher
Copy link
Contributor

I'll take a look

@pthiess
Copy link
Contributor

pthiess commented Jul 24, 2014

@JeffryBooher

@JeffryBooher
Copy link
Contributor

".inline-widget .CodeMirror-scroll .CodeMirror-linenumbers" background-color is now transparent. It needs a color.

@peterflynn
Copy link
Member

@JeffryBooher But the code in the editor is positioned too far to the left, too -- making the background-color opaque would just make even more of it get cut off. I don't think the transparent bg is necessarily a problem at all -- if the positioning is fixed, it would probably look just fine.

@peterflynn
Copy link
Member

Oops nm, missed the last step where you scroll to the left -- so the positioning isn't a bug, just part of the repro steps.

@peterflynn
Copy link
Member

FBNC @RaymondLim

@RaymondLim
Copy link
Contributor Author

Confirmed fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants