GNOME Bugzilla – Bug 622549
Crash when editing <img> tag
Last modified: 2013-02-05 21:43:54 UTC
Editing the following tag (with right-click > Edit tag) causes Bluefish to crash (no messages): <img src="11157.gif" width="50%" height="50%" alt=""> The problem seems to be the 50%. ---------------------- Possibly related - manually adjusted widths and heights are not preserved when editing the <img> tag. For example, inserting an image might generate this tag: <img src="11157.gif" width="115" height="143" alt=""> If this edited (either via the tag editor or by direct editing) to <img src="11157.gif" width="57" height="71" alt=""> then again opening this with the tag editor presets the width and height in the tag editor to the original image values (115,143), not the values currently in the file (57,71). This is not desirable behaviour - the tag editor should take the current width and height values from the tag being edited, not from the image.
can you see if the problem still exists in 2.0.1 ? (source is already available, but not yet all the binary packages)
I can confirm the segfault and some other usability issues are still present in current SVN. Will try to fix them in the next couple days.
The segfault and several other usability issues fixed in SVN revision 5965.