Opened 18 years ago

Closed 17 years ago

#3811 closed (invalid)

Green + to add related item doesn't open in popup with Safari

Reported by: djangorat@… Owned by: Adrian Holovaty
Component: contrib.admin Version: 0.96
Severity: Keywords: popup mac safari
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When clicking the green + to add a related item the entire page is replaced with the form rather than getting a popup, as if javascript was disabled even thought it is not. This only seems to happen in Safari (I'm using 2.0.4 (build 419.3)) as Firefox 2.0 works as it should.

Change History (2)

comment:1 by djangorat@…, 18 years ago

I should also add, I have popup block disabled and the following JavaScript error occurs upon clicking the +:

Object  (result of expression showAddAnotherPopup) does not allow calls.
http://bonobo:8080/admin/blogs/blog/1/
Line: 115

comment:2 by Simon G. <dev@…>, 17 years ago

Resolution: invalid
Status: newclosed

Hmm.. it works fine for me on the same version of Safari - I'm guessing there must be some interaction going on with a popup blocker or something? Can you (or anyone else) see if this is still an issue?

Note: See TracTickets for help on using tickets.
Back to Top