kinsleykajiva / loki-editor

Automatically exported from code.google.com/p/loki-editor
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Anchor placeholder matching can fail #189

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The anchor masseuse tries to see if the anchor placeholder is still adjacent to 
its named <a> 
element. It does this by checking if the placeholder's next sibling element has 
the ID it was 
expecting, but it performs this check without first verifying that the 
placeholder *has* a next 
sibling. If it does not, a save-blocking exception results.

Original issue reported on code.google.com by enaes...@gmail.com on 24 Aug 2009 at 8:14

GoogleCodeExporter commented 8 years ago
Fixed with Git revision 68821ab.
http://github.com/enaeseth/loki/commit/68821ab89875e51fc8780edf151474415157e1b3

Original comment by enaes...@gmail.com on 24 Aug 2009 at 8:18

GoogleCodeExporter commented 8 years ago

Original comment by enaes...@gmail.com on 24 Aug 2009 at 8:19