brackets-archive / bracketsIssues

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

[CLOSED] If Inline Editor main content area width may get smaller than content the cursor may travel out of view #530

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by pthiess Wednesday Apr 04, 2012 at 00:37 GMT Originally opened as https://github.com/adobe/brackets/issues/533


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

core-ai-bot commented 3 years ago

Comment by njx Friday Apr 06, 2012 at 23:46 GMT


To Glenn for regression

core-ai-bot commented 3 years ago

Comment by gruehle Saturday Apr 07, 2012 at 00:17 GMT


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.

core-ai-bot commented 3 years ago

Comment by njx Saturday Apr 07, 2012 at 01:15 GMT


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.

core-ai-bot commented 3 years ago

Comment by njx Saturday Apr 07, 2012 at 01:50 GMT


@gruehle can you reregress?

core-ai-bot commented 3 years ago

Comment by gruehle Saturday Apr 07, 2012 at 12:21 GMT


Confirmed fixed. Closing.