Bug 61112
| Summary: | Incorrect selection presentation for details&summary | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kent Tamura <tkent> |
| Component: | DOM | Assignee: | 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 | ||
Kent Tamura
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
*** This bug has been marked as a duplicate of bug 61110 ***
Ryosuke Niwa
Not a duplicate.