Make WordPress Core

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's profile donncha Owned by: markjaquith's profile 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)

Add_ids_to_timestamp.diff (1.1 KB) - added by nmoog 19 years ago.

Download all attachments as: .zip

Change History (5)

#1 @markjaquith
19 years ago

it is value="" by default ...

#2 @nmoog
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.

#3 @markjaquith
19 years ago

  • Keywords bg|has-patch bg|commit bg|squashed added
  • Owner changed from anonymous to markjaquith
  • Status changed from new to assigned

#4 @ryan
19 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [2998]) Add ids to timestamp fields. Props nmoog. fixes #1796

Note: See TracTickets for help on using tickets.