Ticket #1 (closed defect: fixed)

Opened 4 years ago

Last modified 3 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

in reply to: ↑ description   Changed 3 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.

  Changed 3 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

  Changed 3 years ago by dixon_

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

  Changed 3 years ago by jf.hovinne

  • milestone changed from 0.3 to 0.3.1

  Changed 3 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.