After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622549 - Crash when editing <img> tag
Crash when editing <img> tag
Status: RESOLVED FIXED
Product: bluefish
Classification: Other
Component: application
2.0.0
Other Linux
: Normal normal
: 2.2.4
Assigned To: Bluefish Maintainer(s)
Bluefish Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-06-24 00:16 UTC by Roger Lainson
Modified: 2013-02-05 21:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roger Lainson 2010-06-24 00:16:12 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.
Comment 1 Olivier Sessink 2010-06-24 07:53:58 UTC
can you see if the problem still exists in 2.0.1 ? (source is already available, but not yet all the binary packages)
Comment 2 Jim Hayward 2010-06-24 13:14:27 UTC
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.
Comment 3 Jim Hayward 2010-06-27 01:15:20 UTC
The segfault and several other usability issues fixed in SVN revision 5965.