WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
93601
[BlackBerry] Tap highlight flashes checkerboard after pinch zoom
https://bugs.webkit.org/show_bug.cgi?id=93601
Summary
[BlackBerry] Tap highlight flashes checkerboard after pinch zoom
Arvid Nilsson
Reported
2012-08-09 02:11:42 PDT
Until we do a more comprehensive improvement in AC checkerboarding, I have a workaround for this specific problem. PR 189895
Attachments
Patch
(2.71 KB, patch)
2012-08-10 05:00 PDT
,
Arvid Nilsson
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Arvid Nilsson
Comment 1
2012-08-10 05:00:47 PDT
Created
attachment 157708
[details]
Patch
Antonio Gomes
Comment 2
2012-08-10 08:41:35 PDT
Comment on
attachment 157708
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=157708&action=review
I will r+ to sync up downstream and upstream, but please consider my comment as a follow-up, if you agree.
> Source/WebKit/blackberry/WebKitSupport/DefaultTapHighlight.cpp:165 > + // This layer is typically small enough that we can afford to cache all tiles and never > + // risk checkerboarding. > + return true;
it can be big enough: think of a <a><img/></a> on facebook. If zoomed in it easily takes the whole screen. Should we have a threshold?
Arvid Nilsson
Comment 3
2012-08-10 10:41:34 PDT
(In reply to
comment #2
)
> (From update of
attachment 157708
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=157708&action=review
> > I will r+ to sync up downstream and upstream, but please consider my comment as a follow-up, if you agree. > > > Source/WebKit/blackberry/WebKitSupport/DefaultTapHighlight.cpp:165 > > + // This layer is typically small enough that we can afford to cache all tiles and never > > + // risk checkerboarding. > > + return true; > > it can be big enough: think of a <a><img/></a> on facebook. If zoomed in it easily takes the whole screen. Should we have a threshold?
Taking up the whole screen is not so bad, the inspector highlight was taking up the whole content size. But it is possible to design a web pag that has a huuge link so we get a highlight that takes up the whole content size. So we need to do something eventually.
WebKit Review Bot
Comment 4
2012-08-12 16:01:35 PDT
Comment on
attachment 157708
[details]
Patch Clearing flags on attachment: 157708 Committed
r125382
: <
http://trac.webkit.org/changeset/125382
>
WebKit Review Bot
Comment 5
2012-08-12 16:01:39 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug