Bug 61112

Summary: Incorrect selection presentation for details&summary
Product: WebKit Reporter: Kent Tamura <tkent>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: REOPENED ---    
Severity: Normal CC: ahmad.saleem792, dglazkov, luiz, morrita, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: data:text/html,<details open>bbb <summary>ccc</summary> ddd</details>
Bug Depends on:    
Bug Blocks: 252223    

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.