brackets-archive / bracketsIssues

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

[CLOSED] Cursor hides when selecting a tag - spring 38 #6795

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by bdadev Wednesday Apr 16, 2014 at 17:56 GMT Originally opened as https://github.com/adobe/brackets/issues/7548


By clicking and select a tag as a div tag, the cursor hides difficult editing the name of a class for example.

In the image below I show the error.

error-brackets-spring-38

My operating system is Windows 8.1...

Thanks

core-ai-bot commented 3 years ago

Comment by lkcampbell Wednesday Apr 16, 2014 at 18:06 GMT


@bdadev, does this problem occur when you don't have the Themes extension installed?

core-ai-bot commented 3 years ago

Comment by redmunds Wednesday Apr 16, 2014 at 18:12 GMT


Brackets does not show cursor when there is a range of text selected (like Sublime Text does).

core-ai-bot commented 3 years ago

Comment by peterflynn Wednesday Apr 16, 2014 at 18:23 GMT


The blinking cursor does disappear when you drag out a selection, yes -- that is currently the intended behavior. Some other editors leave it visible (e.g. Sublime and WebStorm), but plenty also behave like we do (Coda, Espresso, TextMate). It's possible this is a difference in Mac/Win expectations...

core-ai-bot commented 3 years ago

Comment by lkcampbell Wednesday Apr 16, 2014 at 18:30 GMT


I don't think he is talking about a range selection. He is talking about clicking on a tag and having the HTML tags highlight. It's probably a Themes issue.

core-ai-bot commented 3 years ago

Comment by bdadev Wednesday Apr 16, 2014 at 18:48 GMT


@lkcampbell Yes, I have installed the theme darker. After your question uninstalled and it worked.

@redmunds and@peterflynn

Thanks for help!

core-ai-bot commented 3 years ago

Comment by redmunds Wednesday Apr 16, 2014 at 18:56 GMT


FYI Themes authors (@MiguelCastillo,@Jacse,@cristatus) Take a look at this commit made to Brackets to get cursors to show up in CodeMirror v4: https://github.com/adobe/brackets/commit/f6baad813fd5b0309db50b13e732b7d3efc976aa

core-ai-bot commented 3 years ago

Comment by lkcampbell Wednesday Apr 16, 2014 at 18:58 GMT


@bdadev, please file an issue with the appropriate Themes extension so the author can fix it for you.

Go into the Extension Manager, click on the Installed tab, find your Themes extension (assuming it is installed) and click on the More info.. link that goes to the extension site. You can file the issue there.

Closing as Extension Problem.

core-ai-bot commented 3 years ago

Comment by MiguelCastillo Wednesday Apr 16, 2014 at 19:00 GMT


Yeah, I almost overrode that behavior and forcibly showed the cursor(s) in my last version of Themes... But this was the behavior without Themes and decided to leave it alone for now. The change is really simple :)

core-ai-bot commented 3 years ago

Comment by lkcampbell Wednesday Apr 16, 2014 at 19:06 GMT


@MiguelCastillo, just to clarify on this issue, this is a problem with HTML tag highlighting, not with the cursor disappearing when text is selected. There are some themes that are buggy and do not show the cursor inside the highlighted HTML tag. @bdadev, if you can specify the exact Theme that is causing the problem when you submit your issue, that would be very helpful information to have as well.

core-ai-bot commented 3 years ago

Comment by bdadev Wednesday Apr 16, 2014 at 19:14 GMT


Perfect@lkcampbell, is that really what happens. The theme I'm using is the@cristatus.

But, don't worry about it@cristatus, I modified some things in the css of the theme, it is very likely that I have done wrong.

Sorry!

core-ai-bot commented 3 years ago

Comment by lkcampbell Wednesday Apr 16, 2014 at 19:24 GMT


@bdadev, I was wondering where that color scheme came from...I couldn't find it anywhere in the other Theme extensions :). Didn't even realize there was another new Theme extension out there. In that case, please file your issue at https://github.com/cristatus/brackets-darker/issues so the extension author can address it.

core-ai-bot commented 3 years ago

Comment by bdadev Wednesday Apr 16, 2014 at 19:31 GMT


hohohohhohoho!

Thanks@lkcampbell.

core-ai-bot commented 3 years ago

Comment by peterflynn Wednesday Apr 16, 2014 at 20:28 GMT


Ah, I see -- there's no actual text selection involved here. Can disregard my comment above then (unless/until someone complains about that actual issue).