Bug 123887 - [CSSRegions] Unable to scroll a scrollable container for regions using keyboard
Summary: [CSSRegions] Unable to scroll a scrollable container for regions using keyboard
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (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-11-06 04:40 PST by Mihnea Ovidenie
Modified: 2022-07-12 17:19 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mihnea Ovidenie 2013-11-06 04:40:49 PST
Assume you have the following case:

<div id="container" style="overflow: auto">
    <!-- content to be flowed in regions -->
    <div id="article" style="-webkit-flow-into: flow"></div>

    <!-- regions that will fragment the content -->
    <div id="region" style="-webkit-flow-from: flow"></div>
    <div id="region2" style="-webkit-flow-from: flow"></div>
    <div id="region3" style="-webkit-flow-from: flow"></div>
    <div id="region4" style="-webkit-flow-from: flow"></div>
</div>

Assume that there is enough content in the flow to fill the regions and the size of the container is less than the size of regions so that the container gets vertical scrollbar. Assume also that the content is editable.

Click in the first region and move the cursor down with the keyboard. At some point, the cursor will disappear and the content will not be scrolled into the view.  

There *should be* a possibility to scroll the container content with the keyboard, the cursor should be visible to the user.
Comment 1 Brent Fulgham 2022-07-12 17:19:20 PDT
CSS Regions were removed in Bug 174978.