Ticket #104 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

gecko_ia2 virtual buffer: Trim URLs of links with no content

Reported by: jteh Owned by: mdcurran
Priority: minor Milestone: 2009.1
Component: Virtual buffers Version: development
Keywords: Cc:
Operating system: Blocked by:
Blocking:

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 years 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.