Bug 212033 - Tests that use internals.selectionBounds() fail on iOS because FrameSelection::updateAppearance() early returns
Summary: Tests that use internals.selectionBounds() fail on iOS because FrameSelection...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-18 10:43 PDT by Simon Fraser (smfr)
Modified: 2020-05-18 18:02 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-05-18 10:43:43 PDT
Tests that try to use internals.selectionBounds() fail on iOS because we never run the update appearance code; FrameSelection::updateAppearance() bails early.