Ticket #1 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

character " souldn't be be allowed in image attribute

Reported by: Daniel R Owned by: jf.hovinne
Priority: minor Milestone: 0.3.1
Component: editor Version: trunk
Keywords: Cc:

Description

when entering the caracter " (double quotes) as part of the title attribute of an image, it causes problems.

Change History

comment:2 in reply to: ↑ description Changed 5 years ago by Seoleth

Replying to Daniel R:

when entering the caracter " (double quotes) as part of the title attribute of an image, it causes problems.

Perhaps automatically escaping that character with " is a better solution than not allowing it at all.

comment:3 Changed 5 years ago by jf.hovinne

  • Priority changed from major to minor
  • Status changed from new to assigned
  • Milestone changed from 0.1 to 0.3

comment:4 Changed 5 years ago by dixon_

I agree with Seoleth. Escaping characters like that is a better approach to the problem.

comment:5 Changed 5 years ago by jf.hovinne

  • Milestone changed from 0.3 to 0.3.1

comment:6 Changed 5 years ago by bermi

  • Status changed from assigned to closed
  • Resolution set to fixed

The new parser introduced on [368] fixes this bug, as it now ensures attributes are escaped correctly. (Verified on IE6, could not reproduce on FF)

Note: See TracTickets for help on using tickets.