Bug 61112 - Incorrect selection presentation for details&summary
Summary: Incorrect selection presentation for details&summary
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: data:text/html,<details open>bbb <sum...
Keywords:
Depends on:
Blocks: 252223
  Show dependency treegraph
 
Reported: 2011-05-19 00:03 PDT by Kent Tamura
Modified: 2023-02-13 18:51 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2011-05-19 00:03:52 PDT
1, Load data:text/html,<details open>bbb <summary>ccc</summary> ddd</details>
2. Select all (⌘-A / Ctrl-A)

Expected result:
 All text blocks are selected and they have selected color (blue background).

Actual result:
 The summary text don't have selected color.

This seems a visual problem.  I confirmed the summary text was actually selected by copy&paste.
Comment 1 Ahmad Saleem 2022-08-09 15:05:18 PDT

*** This bug has been marked as a duplicate of bug 61110 ***
Comment 2 Ryosuke Niwa 2022-08-09 23:52:49 PDT
Not a duplicate.