Bug #90

First sidebar can't be configured

Added by Redmine Admin 1225 days ago. Updated 617 days ago.

Status :Closed Start :
Priority :Normal Due date :
Assigned to :scott - % Done :

0%

Category :admin
Target version :2.5
Resolution :

fixed


Description

For some reason, the first active sidebar when loading the sidebar section can't be configured. The reason why it can't be configured is because, for some reason, the <form> element isn't in the DOM, so the javascript observer can't observe it. The <form>'s children are in the DOM, but the <form> itself isn't. I've been poking at this for a while and I can't figure it out. What I did notice is that if I remove the available plugins box, the problem seems to go away, but I don't see why, and I'm not entirely sure this is the case because of the lack of good tools for this sort of stuff. It's not a case of missing start/end tags, because once I fix some other miscellaneous issues (I'll post a patch about that shortly), the page validates perfectly fine.

Associated revisions

Revision 8caa1a6b8421df06c45b383894ae665cabc42a33
Added by scoop 1196 days ago

Implemented Gravatar support. Fully optional, off by default. Setting available from blog settings. (closes #90) []

git-svn-id: http://svn.typosphere.org/typo/trunk@556 820eb932-12ee-0310-9ca8-eeb645f39767

History

07/26/2005 12:47 PM - scott -

Which browser?

07/26/2005 01:44 PM - scott -

  • Status changed from New to Closed
  • Resolution set to fixed

(In r453) Added empty form tag to work around weird DOM bug that I don't understand. (closes #194, #219)

Also available in: Atom PDF