RESOLVED FIXED138458
TextIndicatorWindow's bounce animation is lopsided when indicating two short lines of text
https://bugs.webkit.org/show_bug.cgi?id=138458
Summary TextIndicatorWindow's bounce animation is lopsided when indicating two short ...
Tim Horton
Reported 2014-11-06 01:33:04 PST
TextIndicatorWindow's bounce animation is lopsided when indicating two short lines of text
Attachments
Patch (13.14 KB, patch)
2014-11-06 01:33 PST, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2014-11-06 01:33:29 PST
Radar WebKit Bug Importer
Comment 2 2014-11-06 01:35:27 PST
Simon Fraser (smfr)
Comment 3 2014-11-06 11:04:38 PST
Comment on attachment 241095 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=241095&action=review > Source/WebKit2/Shared/TextIndicator.cpp:184 > + for (const FloatRect& textRectInWindowCoordinates : textRectsInWindowCoordinates) { auto? :\ I would be OK calling textRectInWindowCoordinates "rect". > Source/WebKit2/Shared/TextIndicator.cpp:185 > + FloatRect textRectInBoundingRectCoordinates = textRectInWindowCoordinates; Why didn't you just get it by value? > Source/WebKit2/Shared/TextIndicator.cpp:268 > + for (size_t i = 0; i < m_data.textRectsInBoundingRectCoordinates.size(); ++i) { Modern loop? > Source/WebKit2/Shared/TextIndicator.cpp:322 > + FloatRect imageRect = textRect; > + imageRect.move(m_data.textBoundingRectInWindowCoordinates.location() - m_data.selectionRectInWindowCoordinates.location()); > + m_data.contentImage->paint(graphicsContext, m_data.contentImageScaleFactor, enclosingIntRect(textRect).location(), enclosingIntRect(imageRect)); I see this twice. Maybe use a helper function?
Tim Horton
Comment 4 2014-11-06 11:39:06 PST
Note You need to log in before you can comment on or make changes to this bug.