Ticket #1796 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Session Saver inserts date in Write Post password field

Reported by: donncha Assigned to: markjaquith
Priority: normal Milestone:
Component: Administration Version: 1.6
Severity: normal Keywords: bg|has-patch bg|commit bg|squashed
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

Add_ids_to_timestamp.diff (1.1 kB) - added by nmoog on 11/05/05 14:49:13.

Change History

11/04/05 05:35:42 changed by markjaquith

it is value="" by default ...

11/05/05 14:49:13 changed by nmoog

  • attachment Add_ids_to_timestamp.diff added.

11/05/05 14:52:52 changed by nmoog

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.

11/06/05 06:18:21 changed by markjaquith

  • keywords set to bg|has-patch bg|commit bg|squashed.
  • owner changed from anonymous to markjaquith.
  • status changed from new to assigned.

11/06/05 06:21:51 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

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