[Webkit-unassigned] [Bug 195512] New: [iOS] Canceled drag bubble rendered in hover state even though original text not in hover state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 21:37:57 PST 2019


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

            Bug ID: 195512
           Summary: [iOS] Canceled drag bubble rendered in hover state
                    even though original text not in hover state
           Product: WebKit
           Version: Safari 12
          Hardware: iPhone / iPad
               URL: http://www.photohype.com/TheCrazyOnes.htm
                OS: iOS 12
            Status: NEW
          Keywords: PlatformOnly
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    webkit-bug-importer at group.apple.com,
                    wenson_hsieh at apple.com, zalan at apple.com

Created attachment 364116

  --> https://bugs.webkit.org/attachment.cgi?id=364116&action=review

Screen capture

Seen on iPad running iOS 12.1.4 (16D57).

1. Visit <http://www.photohype.com/TheCrazyOnes.htm>.
2. (Must do this semi quickly) click and drag "The misfits" then release.

The drag bubble's text is rendered in the links hover style (red, italic, no-underline), but the original text reverts to its non hover style (dark red, underlined). Canceling the drag the drag bubble returns to the position of the original text, but it looks weird since the bubble's text is in the hover state and when the bubble disappears the text is in the non-hover state.

I think there are two UI parts to fixing the weirdness of this animation. First, when the drag bubble is created. It's okay that it renders the hover styled text, but the original text must also stay rendered in the hover style so long as the drag hasn't been canceled.

Second part, when the drag is cancelled then the drag bubble must return to the position of the original text BEFORE we re-render the original text in to non-hover style.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190309/4c551b67/attachment-0001.html>


More information about the webkit-unassigned mailing list