Closed wizardlyhel closed 10 years ago
Reviewer: @kpeatt @scalvert
Thanks Hel!
We've got an input form switching fix in the #42 PR. I'll compare these and see which is better.
@scalvert and I are discussing the body wrapper today so we'll make sure these changes make it in to the discussion.
I like the addition of a pinny--is-open
class when the Pinny is open. I think we can add that to html
and then potentially have tap-highlight
ing turned off on body-wrapper
when that's on.
Reviewer: @kpeatt @scalvert
@scalvert The reason I had it there is because that particular string is used 7 times in the js. It would save some bytes during minifying. If that particular json is not the appropriate place to be, is there another common place where we can store this then? or should I just define a variable for it?
I'm going to close this issue in favour of the fixes we already have in place.
Android 4.0 have an known issue where you can trigger tap highlight on elements behinds a position fixed element.
With this, we can apply android tap highlight fix only when pinny is open.