Bug 26610

Summary: WebKit does not properly disable underline for selected text when underline is defined with U tags
Product: WebKit Reporter: Venkat Karun <vkarun>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Minor CC: jparent
Priority: P3    
Version: 523.x (Safari 3)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
The HTML file containing the reduction none

Description Venkat Karun 2009-06-22 10:46:16 PDT
This manifests with all versions of Webkit. You can use the following steps to
reproduce this.

a) Open the attached HTML page.
b) Select any portion of the underlined text and click on the underline button.
c) The underline still persists.

Notes: The U tag (<u style="">) enclosing the SPAN negates the inline-style applied to the SPAN after the operation.
Comment 1 Venkat Karun 2009-06-22 10:47:12 PDT
Created attachment 31654 [details]
The HTML file containing the reduction
Comment 2 Julie Parent 2009-06-22 10:54:36 PDT

*** This bug has been marked as a duplicate of 20215 ***