Skip to content Skip to sidebar Skip to footer
Showing posts with the label Selection

How To Apply Rounded Borders To Highlight/selection

I have used Visual Studio Online for a while for a project, and the way they apply rounded borders … Read more How To Apply Rounded Borders To Highlight/selection

How To Disable Text Selection On Double Click, But Not Otherwise?

There are tons of questions like this one and every answer I've seen is: use user-select: none.… Read more How To Disable Text Selection On Double Click, But Not Otherwise?

Where Did The Text Selection Api Go?

Two years ago the HTML5 standard dropped the chapter 'Text Selection API' which contained a… Read more Where Did The Text Selection Api Go?

How To Preserve Text Selection When Opening A JQuery Dialog

Using jQuery's dialog I came across the following quirk (tested in FF3): User selects text In … Read more How To Preserve Text Selection When Opening A JQuery Dialog