Find scrollIntoView incorrect
Reproducing Procedures
- Open the replace by class example page in FF;
- Press 'Enter' after the first paragraph until the text is not visible within current viewport;
- Now open 'Find' dialog and fill in 'Find What' field with some word inside the the paragraph;
- Prompt with 'The specified text not found', click 'Ok', then click the 'Find' button again;
- Expected Result: The matched word in the first paragraph is now scrolled into view;
- Actual Result: It's matched, but never scroll into view.
Change History (6)
Keywords: |
Review? added
|
Status: |
new →
assigned
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
The matching scrolling should keep the by default align to bottom' setting, while the correct fix should be somewhere else.