What steps will reproduce the problem?
1. Using Firefox, Drupal 7, quiz module -
2. Edit mutlichoice question and Tiny Toolbar only shows on first 'Alternative'
text box and not the others. Flipping Filtered to Full HTML results in
duplicate toolbars on first 'Alternative'
3. Error in Javascript console: n.getAtrribute no such function in
editor_plugin.js line 56
I did some googling and believe this called a phantom node problem on gecko
based browsers. Changing line 55 to this fixed the problem:
55 if(n && n.nodeType === 1){
56 var id = n.getAttribute("id");
Original issue reported on code.google.com by joel.bro...@gmail.com on 30 Apr 2012 at 3:03
Original issue reported on code.google.com by
joel.bro...@gmail.com
on 30 Apr 2012 at 3:03Attachments: