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

If Inline Editor main content area width may get smaller than content the cursor may travel out of view #533

Closed
pthiess opened this issue Apr 4, 2012 · 5 comments

Comments

@pthiess
Copy link
Contributor

pthiess commented Apr 4, 2012

1.) Narrow down the width of Brackets to an extend where text starts to go behind the results list
2.) place cursor in on of the lines overlapped by the results list
3.) travel with the cursor towards the line end

@njx
Copy link
Contributor

njx commented Apr 6, 2012

To Glenn for regression

@gruehle
Copy link
Member

gruehle commented Apr 7, 2012

It is much better now, but I can still get the cursor to disappear if there is a partial character showing under the results list and use the right arrow to move the cursor over by one character.

@njx
Copy link
Contributor

njx commented Apr 7, 2012

Looks like the real issue is that the gutter widths are no longer in sync between the host editor and the inline editor. To repro this, open a rule from bootstrap.css in an inline editor. @peterflynn is looking at fixing that issue, and hopefully that should fix this one as well.

peterflynn added a commit that referenced this issue Apr 7, 2012
editor h scrolling in certain cases).

Two bugs from the InlineEditorProviders -> CSSInlineEditor/InlineTextEditor
both meant that syncGutterWidths() was always getting an empty array for the
list of open inline editors.
@njx njx closed this as completed in e2590ee Apr 7, 2012
@njx njx reopened this Apr 7, 2012
@njx
Copy link
Contributor

njx commented Apr 7, 2012

@gruehle can you reregress?

@gruehle
Copy link
Member

gruehle commented Apr 7, 2012

Confirmed fixed. Closing.

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

3 participants