Ticket #6577 (closed defect: fixed)

Opened 8 months ago

Last modified 7 months ago

Custom header and color picker broken in Safari

Reported by: mdawaffe Assigned to: ryan
Priority: normal Milestone: 2.5.1
Component: General Version: 2.5
Severity: normal Keywords: has-patch commit
Cc:

Description

#3622 was closed as invalid, but it is core code that provides the custom header and color picker functionality.

The problem seems to be caused by some JS conflict between the color picker and the image cropper. Loading them each only when needed resolves the issue.

Additionally, the "use original color" button is broken on all browsers. Attached includes simple fix.

Attachments

6577.diff (5.0 kB) - added by mdawaffe on 04/03/08 22:01:02.

Change History

04/03/08 22:01:02 changed by mdawaffe

  • attachment 6577.diff added.

04/03/08 22:01:43 changed by mdawaffe

  • owner changed from anonymous to mdawaffe.
  • status changed from new to assigned.

Attached is tested in FF, Safari3, Opera9, IE6/7

04/14/08 23:44:07 changed by ryan

  • owner changed from mdawaffe to ryan.
  • status changed from assigned to new.

04/16/08 20:57:52 changed by ryan

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

(In [7697]) Custom header and color picker fixes from mdawaffe. fixes #6577 for 2.5

04/16/08 20:58:03 changed by ryan

(In [7698]) Custom header and color picker fixes from mdawaffe. fixes #6577 for trunk