Ticket #104 (closed enhancement: fixed)

Opened 3 months ago

Last modified 2 months ago

gecko_ia2 virtual buffer: Trim URLs of links with no content

Reported by: jteh Owned by: mdcurran
Priority: minor Milestone: 0.6
Component: Virtual buffers Version: trunk
Keywords: Cc:
Blocking: Blocked By:

Description

At present, in the gecko_ia2 virtual buffer, if there is a link with no content, the full URL is rendered into the buffer. This is because the code eventually falls back to value if no other text is found. While links with no content are uncommon, they do occur, usually where a style is used to visually represent the link in some other way. Instead of rendering the full URL into the buffer, the URL should be trimmed in the same way as URLs for graphics; i.e. using getNameForURL().

Change History

Changed 2 months ago by jteh

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

Implementation included in misc deps 2008-06-17-01.

Note: See TracTickets for help on using tickets.