Selected text from errors/warnings not shown optimally
Hi Albert.
I bugged this issue with Dreamweaver a few years ago but it was too late in the program and never got fixed, even tho it had support from users. I'm no longer a tester and the issue still exists. Maybe I can get it fixed here.
When I click a flagged item in the results window, it selects the appropriate text in my code, but if the line is long, it doesn't show me the text after the selection. I think the highlighted text should be centered horizontally in the view port so you can see the rest of the code.
For example, "background" starts at horizontal position 180, but the scroll bar is in the far left position:
Clicking the error in the results window properly highlights "background", but nothing to the right of "background" is shown, since it's off the screen on the right.
I would think "search" should work in a similar fashion, showing the found text centered horizontally and with at least two lines above and below the selected line also showing. (Not necessarily centered vertically, but that would be ok too.)
Make sense?
Thanks.
I bugged this issue with Dreamweaver a few years ago but it was too late in the program and never got fixed, even tho it had support from users. I'm no longer a tester and the issue still exists. Maybe I can get it fixed here.
When I click a flagged item in the results window, it selects the appropriate text in my code, but if the line is long, it doesn't show me the text after the selection. I think the highlighted text should be centered horizontally in the view port so you can see the rest of the code.
For example, "background" starts at horizontal position 180, but the scroll bar is in the far left position:
- Code: Select all
background:linear-gradient(to bottom,#1d2c54 0%,#1d2c54 13%,#000f37 33%,#000f37 100%)
Clicking the error in the results window properly highlights "background", but nothing to the right of "background" is shown, since it's off the screen on the right.
I would think "search" should work in a similar fashion, showing the found text centered horizontally and with at least two lines above and below the selected line also showing. (Not necessarily centered vertically, but that would be ok too.)
Make sense?
Thanks.