Bug 120065 - [CSS Regions] Text editing cursor is displayed in both regions for fragmented content with contentEditable=true
Summary: [CSS Regions] Text editing cursor is displayed in both regions for fragmented...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: AdobeTracked
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2013-08-20 06:42 PDT by Mihai Balan
Modified: 2022-07-13 09:23 PDT (History)
2 users (show)

See Also:


Attachments
Test-case (2.84 KB, text/html)
2013-08-20 06:43 PDT, Mihai Balan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai Balan 2013-08-20 06:42:29 PDT
When content fragmented across multiple regions has contentEditable=true, the editing cursor can get displayed in multiple regions at once when positioned near an unforced break (e.g. last or first line of fragmentainer).

Repro:
In attached sample file, position cursor on the first line of text in the second region.

Expected
  Cursor is displayed only on first line of second region

Actual
  Cursor is displayed both on first line of second region *and* last line of first region
Comment 1 Mihai Balan 2013-08-20 06:43:48 PDT
Created attachment 209190 [details]
Test-case
Comment 2 Brent Fulgham 2022-07-13 09:23:22 PDT
CSS Regions were removed in Bug 174978.