[Webkit-unassigned] [Bug 26412] New: Text in reflection object is selected when the original object text is selected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 13:18:49 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26412

           Summary: Text in reflection object is selected when the original
                    object text is selected
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeremyyoung at me.com


STEPS TO REPLICATE:
1. Create a div and place some text in it (A)

2. Add a reflection (B)

-webkit-box-reflect:below 10px -webkit-gradient(linear, left top, left bottom,
from(transparent), color-stop(0.5, transparent), to(white));

3. Select the text in the original object (A).

RESULT:
Test in the reflection object (B) is selected when the original (A) text is
selected. If the viewport of the document does not contain the entire
reflection, this ALSO makes the browser jump to the lowest bounds of the
selected text.

EXPECTED:
Test in the reflected image should NOT be selected when the origin object text
is selected. It is my understanding of the specification that the reflection
object can not be interacted with.

I have found this in the release version of Safari 4.0: Version 4.0 (5530.17)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list