Bug 89394 - Paginated display API doesn’t allow setting the page progression direction
Summary: Paginated display API doesn’t allow setting the page progression direction
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-06-18 15:31 PDT by mitz
Modified: 2012-06-19 10:11 PDT (History)
4 users (show)

See Also:


Attachments
Make pagination modes specify an axis and a direction along that axis (20.70 KB, patch)
2012-06-18 15:50 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-06-18 15:31:17 PDT
Currently, the API exposes three pagination modes: unpaginated, horizontally-paginated, and vertically-paginated. There is no way to set the progression direction of pages along the chosen pagination axis.
Comment 1 mitz 2012-06-18 15:39:45 PDT
<rdar://problem/11420811>
Comment 2 mitz 2012-06-18 15:50:23 PDT
Created attachment 148190 [details]
Make pagination modes specify an axis and a direction along that axis
Comment 3 mitz 2012-06-19 10:11:14 PDT
Fixed in <http://trac.webkit.org/r120727>.