Confirmed users
206
edits
(→WesJ) |
|||
| Line 156: | Line 156: | ||
* {{bug|803719}} : Reflow-on-zoom should zoom in and snap to a piece of text | * {{bug|803719}} : Reflow-on-zoom should zoom in and snap to a piece of text | ||
** Hopefully will be working by end of week. I'm using document.caretPositionFromPoint, which returns correct offset, but then trying to convert to a DOMRange so that I can use getBoundingClientRect(). | ** Hopefully will be working by end of week. I'm using document.caretPositionFromPoint, which returns correct offset, but then trying to convert to a DOMRange so that I can use getBoundingClientRect(). | ||
** We're probably going to have to start thinking about how to make this more smooth (e.g. animations of reflow-on-zoom). | |||
* {{bug|756518}} : Modify conditional detection of mobile sites for font inflation (required above bug 821801). | * {{bug|756518}} : Modify conditional detection of mobile sites for font inflation (required above bug 821801). | ||
* {{bug|824965}} : caretPositionFromPoint gets incorrect offset for textareas | * {{bug|824965}} : caretPositionFromPoint gets incorrect offset for textareas | ||