
no-reply at lighthouseapp
Dec 1, 2011, 9:56 PM
Post #3 of 7
(1046 views)
Permalink
|
|
[Bricolage #281] Deleting an OC then clicking the note icon results in unexpected UI behavior
[In reply to]
|
|
// Add your reply above here ================================================== theory updated this ticket at December 2nd, 2011 @ 05:56 AM I've tried the problem to this method in prototype.js: remove: function(element) { element = $(element); element.parentNode.removeChild(element); return element; }, If you remove the `removeChild()` line, the child element of course is not removed, and the Notes button works. I'm having a hell of a time figuring out what calling this JavaScript core DOM method could possibly be doing to make the `submit()` method on the form object not actually submit the form! That's what's happening, it appears, as the `frm.submit()` is properly called in `customSubmit()`, but it does not actually submit. Clicking another submit button causes the notes to be loaded because clicking the notes button causes `customSubmit()` to be properly called, and it stores a value in the field `story_prof|notes_cb`, so the notes callback is called. So the only thing that doesn't work is the call to `frm.submit()` fails. But only after removing an output channel in Firefox. I'm bewildered by this bizarre bug. Have you seen it in other browsers? -------------------------------------------------------------------------------- Assigned: theory State: open Milestone: 2.0.2 View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/281-deleting-an-oc-then-clicking-the-note-icon-results-in-unexpected-ui-behavior Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/watching/0af3fbf69cec62ca78237e3cac4211e479a269ff Update your Profile: http://bricolage.lighthouseapp.com/profile Support: support [at] lighthouseapp or http://help.lighthouseapp.com
|