Open
Bug 1065148
Opened 10 years ago
Updated 2 years ago
Text selection handles should not zoom with page
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: wesj, Unassigned)
References
Details
Our native selection handles don't zoom with the page after a pinch zoom). It would be nice for the platform ones to not do so as well (although their positions will have to update as the page changes size. That ensure that they're big enough to tap zoomed out desktop pages.
Reporter | ||
Comment 1•10 years ago
|
||
Snorp, I know we've wanted this before. Any idea how we'd do it?
Flags: needinfo?(snorp)
Comment 2•10 years ago
|
||
There is some new position:fixed-like thing in development that will not zoom with the page. I can't for the life of me seem to find it, though. We could use that.
Kats, Chris, do you know what I'm talking about?
Flags: needinfo?(snorp)
Flags: needinfo?(chrislord.net)
Flags: needinfo?(bugmail.mozilla)
Comment 3•10 years ago
|
||
(In reply to James Willcox (:snorp) (jwillcox@mozilla.com) from comment #2)
> There is some new position:fixed-like thing in development that will not
> zoom with the page. I can't for the life of me seem to find it, though. We
> could use that.
>
> Kats, Chris, do you know what I'm talking about?
This is news to me, but I'm keen to find out! Maybe mbrubeck knows too?
Flags: needinfo?(chrislord.net)
Comment 4•10 years ago
|
||
OK, the thing I was thinking about is called 'device-fixed'. Apparently it's supported on iOS and BB WebKit. I don't see any bugs about it, so I assume we do not intend to implement it yet.
Comment 6•10 years ago
|
||
Nevermind, nobody implements it. There is just a dude writing about it here: http://www.quirksmode.org/blog/archives/2010/12/the_fifth_posit.html
Comment 7•10 years ago
|
||
Anyway, I want that.
Comment 8•10 years ago
|
||
I think someone on a bug once mentioned how to do this, maybe it was roc?
Flags: needinfo?(roc)
Updated•10 years ago
|
Component: Text Selection → Layout
Product: Firefox for Android → Core
You may be thinking of bug 1021527, specifically https://bugzilla.mozilla.org/show_bug.cgi?id=1021527#c10.
Making the caret immune to async zoom would require a new layer attribute, with supported from APZ and layout to expose it somehow.
Flags: needinfo?(roc)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•