Opened 7 years ago

Closed 7 years ago

#1445501 closed Bugs (fixed)

Incomplete Link Highlighting

Reported by: prasad007 Owned by: estadtherr
Priority: 5 Milestone:
Component: Client Scripts Version: 0.1-beta
Severity: normal Keywords:
Cc:

Description

When large url's are received in emails, only the first
part of it gets highlighted especially in PHP links for
example:
for the link,
http://www.tinyportal.net/smf/index.php?topic=3186.new;topicseen#new
only this gets highlighted:
http://www.tinyportal.net/smf/index.php?topic=3186.new
and not the entire link!
this becomes a problem as one gets redirected to the
wrong location in a script.
thus it becomes tedious to copy the url into the
browser url field and then visit the link.
this should be fixed at first hand.
thank you!

Change History (3)

comment:1 Changed 7 years ago by estadtherr

  • Owner changed from nobody to estadtherr
  • Severity set to normal
  • Status changed from assigned to new

The problem is the ";" in the URL - RoundCube needs to be fixed to recognize ";" as a valid character in a URL.

comment:2 Changed 7 years ago by estadtherr

  • Status changed from new to assigned

comment:3 Changed 7 years ago by estadtherr

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

Fixed in 327.

Note: See TracTickets for help on using tickets.