Changes between Initial Version and Version 1 of Ticket #9982, comment 12
- Timestamp:
- May 23, 2013, 8:08:50 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9982, comment 12
initial v1 12 12 But still - typing, pasting, enter may have so much side effects that we will not be able to control that. Things to worry are - random scrolling, hidden element position (it's tricky to actually hide it on IE), splitting hidden element, etc. 13 13 14 So, I'd not spend more time on this now. Especially, that we don't see final result, when some keystrokes have custom handlers. 15 14 16 15 17 > The isHidden method doesn't look like a good API. It's an internal tool, so it should be kept internal, if possible.