Ticket #1078 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

InsertImage spacing attributes: inconsistent behaviour when editing image

Reported by: guest Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: normal Keywords:
Cc:

Description

Editing existing image properties, IE (7) automatically sets Horizontal and Vertical spacing to "0" if they're not set. Then after clicking OK, source code only reads

<img hspace="0" src="invalidexample.jpg" />

- vspace isn't included there.

How come border attribute stays empty if not set, and not default "0" like both spacing attributes? How could I modify so that all number fields default would be empty?

Change History

Changed 6 years ago by ray

  • summary changed from InsertImage spacing attributes to InsertImage spacing attributes: inconsistent behaviour when editing image

Changed 6 years ago by ray

  • status changed from new to closed
  • resolution set to fixed

fixed rev [899]: hard to explain this thing as it turned out to be a rather complicated case of browser quirks (see changeset)

Note: See TracTickets for help on using tickets.