Opened 19 years ago
Closed 19 years ago
#1796 closed defect (bug) (fixed)
Session Saver inserts date in Write Post password field
Reported by: | donncha | Owned by: | markjaquith |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6 |
Component: | Administration | Keywords: | bg|has-patch bg|commit bg|squashed |
Focuses: | Cc: |
Description
As reported by Lorelle, and reproduceable: when Firefox is closed the Session Saver plugin records the tabs that were open and opens them again when Firefox is restarted.
Unfortuantely, if the Write Post screen is loaded, it inserts the date in the password field.
Not sure how we can fix this, but having value="" in the password input tag might fix it.
Attachments (1)
Change History (5)
#2
@
19 years ago
The timestamp input fields do not have ids associated with them (just names). The Session Saver extension fails to match the input boxes because "if we couldn't get by id, we'll blind-guess, hoping to find one as close to the original hierarchy as possible"
Adding an id to the input box fixes this.
Note: See
TracTickets for help on using
tickets.
it is value="" by default ...