Mailing List Archive

[Bricolage #281] Deleting an OC then clicking the note icon results in unexpected UI behavior
// Add your reply above here
==================================================
theory updated this ticket at December 2nd, 2011 @ 05:11 AM
* Assigned user changed from "Bugs (at bricolage)" to "theory"
* State changed from "new" to "open"
* Milestone changed from "" to "2.0.2"

--------------------------------------------------------------------------------

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@lighthouseapp.com or http://help.lighthouseapp.com
[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:14 AM

Works fine in Safari 5.1.2, but confirmed in Firefox 8.0.1.
--------------------------------------------------------------------------------

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@lighthouseapp.com or http://help.lighthouseapp.com
[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@lighthouseapp.com or http://help.lighthouseapp.com
[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 @ 06:04 AM

The `Trail` button doesn't work, either. It also calls `customSubmit()`. But for some reason the `submit()` just does nothing. No form submission, no network traffic. WTF?
--------------------------------------------------------------------------------

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@lighthouseapp.com or http://help.lighthouseapp.com
[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 @ 06:13 AM

Bulk Edit, View (previous version), and Diff all fail, too. All are `customSubmit()` controls. Need to figure out why `frm.submit()` does nothing.
--------------------------------------------------------------------------------

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@lighthouseapp.com or http://help.lighthouseapp.com
[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 @ 06:43 AM

Removing a category also breaks the `customSubmit()` controls. But not removing a contributor. Odd.
--------------------------------------------------------------------------------

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@lighthouseapp.com or http://help.lighthouseapp.com
[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 @ 07:09 AM
* State changed from "open" to "resolved"

--------------------------------------------------------------------------------

Assigned: theory
State: resolved
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@lighthouseapp.com or http://help.lighthouseapp.com