domhnallohanlon/quizly

Firefox UI for Makequiz is messed up

Closed this issue · 1 comments

What steps will reproduce the problem?
1. The Blockly iframe is too small and there may be other issues.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by ram8...@gmail.com on 6 Mar 2013 at 10:53

We applied the following hack in makequiz.html:

       if (navigator.appName == "Netscape") {
         Blockly.svg.height.baseVal.value = 400;
         alert("Svg height = " + Blockly.svg.height.baseVal.value);
       }



Original comment by ram8...@gmail.com on 24 Mar 2013 at 11:25

  • Changed state: Fixed