Activity log for bug #692290

Date Who What changed Old value New value Message
2010-12-19 18:32:32 Oleg Lomaka bug added bug
2010-12-19 18:32:32 Oleg Lomaka attachment added Screen shot 2010-12-19 at 20.31.13.png https://bugs.launchpad.net/bugs/692290/+attachment/1770761/+files/Screen%20shot%202010-12-19%20at%2020.31.13.png
2010-12-19 18:33:13 Oleg Lomaka description If I use django template variable as part of html tag's attribute's value, mumano crashes with following message: mumamo-idle-set-major-mode: cb=1.html, err=(error Invalid search bound (wrong side of point)) or another mumamo-fontify-region: Invalid search bound (wrong side of point) I use 744 revision of nxhtml trunk, and emacs nightly build for 2010-12-19. Few examples: {% block content %} <script type="text/javascript" scr="{{ STATIC_URL }}1.js" ></script> ^^^^^^^^^^^^^^^^^ {% endblock %} another example <img src="{{ STATIC_FILE }}1.jpg" ></img> ^^^^^^^^^^^^^^^^^ On this error, emacs buffer became completely uneditable and only I can do is to save the document and open in another editor. Also I've attach screenshot to picture the issue. If I use django template variable as part of html tag's attribute's value, mumano crashes with following message: mumamo-idle-set-major-mode: cb=1.html, err=(error Invalid search bound (wrong side of point)) or another mumamo-fontify-region: Invalid search bound (wrong side of point) I use 744 revision of nxhtml trunk, and emacs nightly build for 2010-12-19. Few examples: {% block content %}   <script type="text/javascript" scr="{{ STATIC_URL }}1.js" ></script>                                       ^^^^^^^^^^^^^^^^^ {% endblock %} another example <img src="{{ STATIC_FILE }}1.jpg" ></img>           ^^^^^^^^^^^^^^^^^ On this error, emacs buffer became completely uneditable and only I can do is to save the document and open in another editor. Also I've attach screenshot to picture the issue.
2010-12-19 18:33:34 Oleg Lomaka description If I use django template variable as part of html tag's attribute's value, mumano crashes with following message: mumamo-idle-set-major-mode: cb=1.html, err=(error Invalid search bound (wrong side of point)) or another mumamo-fontify-region: Invalid search bound (wrong side of point) I use 744 revision of nxhtml trunk, and emacs nightly build for 2010-12-19. Few examples: {% block content %}   <script type="text/javascript" scr="{{ STATIC_URL }}1.js" ></script>                                       ^^^^^^^^^^^^^^^^^ {% endblock %} another example <img src="{{ STATIC_FILE }}1.jpg" ></img>           ^^^^^^^^^^^^^^^^^ On this error, emacs buffer became completely uneditable and only I can do is to save the document and open in another editor. Also I've attach screenshot to picture the issue. If I use django template variable as part of html tag's attribute's value, mumano crashes with following message: mumamo-idle-set-major-mode: cb=1.html, err=(error Invalid search bound (wrong side of point)) or another mumamo-fontify-region: Invalid search bound (wrong side of point) I use 744 revision of nxhtml trunk, and emacs nightly build for 2010-12-19. Few examples: {% block content %}   <script type="text/javascript" src="{{ STATIC_URL }}1.js" ></script>                                       ^^^^^^^^^^^^^^^^^ {% endblock %} another example <img src="{{ STATIC_FILE }}1.jpg" ></img>           ^^^^^^^^^^^^^^^^^ On this error, emacs buffer became completely uneditable and only I can do is to save the document and open in another editor. Also I've attach screenshot to picture the issue.
2010-12-19 18:38:15 Oleg Lomaka tags django mumamo
2010-12-20 05:29:36 Oleg Lomaka attachment added screenshot https://bugs.launchpad.net/nxhtml/+bug/692290/+attachment/1771178/+files/Screen%20shot%202010-12-20%20at%207.27.42%20AM.png
2010-12-20 06:29:41 Oleg Lomaka attachment added screenshot https://bugs.launchpad.net/nxhtml/+bug/692290/+attachment/1771207/+files/Screen%20shot%202010-12-20%20at%208.28.44%20AM.png
2010-12-20 07:59:41 Oleg Lomaka attachment added screenshot https://bugs.launchpad.net/nxhtml/+bug/692290/+attachment/1771229/+files/Screen%20shot%202010-12-20%20at%209.49.07%20AM.png
2011-01-10 02:45:59 lborgman nxhtml: importance Undecided Medium
2011-01-10 02:46:32 lborgman nxhtml: status New In Progress
2011-01-10 02:59:22 lborgman nxhtml: status In Progress Fix Committed