Ticket #1047 (closed defect: fixed)

Opened 21 months ago

Last modified 17 months ago

long urls in both annotations and articles do not render properly

Reported by: josowski Owned by: rcave
Priority: medium Milestone:
Component: ambra Version: 0.9.1-SNAPSHOT
Keywords: Cc:

Description (last modified by josowski) (diff)

Long urls in both annotations and articles do not render properly due to how browsers handle line breaking.

Change History

Changed 21 months ago by josowski

  • description modified (diff)
  • summary changed from Maintenance: long URL filter to long urls in both annotations and articles do not render properly

We can rewrite the org.topazproject.ambra.util.TextUtils?.hyperlink(..) method to accept a size parameter. This method would then limit the text displayed inside a url to the passed value and add '...' to visually represent that the URL was too long to be displayed.

Changed 21 months ago by josowski

  • status changed from new to assigned

Changed 21 months ago by rcave

  • milestone set to 0.9.2

Changed 19 months ago by josowski

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

Changed 19 months ago by russ

  • milestone changed from 0.9.2 to 0.9.1

Changed 19 months ago by josowski

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 19 months ago by josowski

  • owner changed from josowski to rich
  • status changed from reopened to new

Changed 19 months ago by josowski

This involves three commits, r7021, r7008, r7006, as mentioned in the summary.

r7006 is adding of a vendor library r7008 and r7021 is the actual change, sorry for the multiple commits. First round, I missed the second change I had to make

Changed 19 months ago by rcave

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

Verified that long URLs are truncated at 40 characters.

Changed 17 months ago by anonymous

  • milestone 0.9.1 deleted

Milestone 0.9.1 deleted

Note: See TracTickets for help on using tickets.