Opened 12 years ago
Closed 8 years ago
#18586 closed enhancement (wontfix)
PHP errors in plugin-editor.php do not &scrollto
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2.1 |
Component: | Plugins | Keywords: | ux-feedback needs-patch |
Focuses: | administration | Cc: |
Description
When invoking a parse error in the plugin editor, one is not scrolled back using the scrollto-parameter. Although trying to parse the error and find the line it is caused at could be overkill, one should at least be scrolled back to the line one last was working on -- this is the most likely place at which the error was caused.
Change History (6)
#2
@
12 years ago
- Keywords close removed
To answer your opinions:
- Rather irrelevant imho - if you can edit an active plugin then that's the end of the story. If some might say it's a bad idea (which I personally agree it is), then we should let the user know of this OR scrap the option altogether.
- The tracking is already done, and is not of the last edited line but rather the last position of the cursor. It's more of a help to scroll back to the last position of the cursor than to bring you to the start of the document for the reasons I outlined in the ticket.
- The code editor shows no line numbers - therefore telling the developer what line the error occurs at will not help.
Note: See
TracTickets for help on using
tickets.
Few thoughts:
Suggest wontfix?