PDA

View Full Version : hyperlinks in the Stylesheet


cveen
03-14-2007, 08:56 AM
bug in V3.0 build 1002:

In the previous version of testlog (V2.1 V 1016) the "Fault ID" of a project testcase was a hyperlink in the stylesheet (to the bugID and location defined in Settings/Options)

This is no longer the case.

additional:

In V3.0 a new field is added in "Testcases" and "Project testcases" for requirements. I would expect that also to be a hyperlink in the stylesheet (to the location defined in Settings/Options)

TimR
03-15-2007, 06:06 AM
These will be fixed up for the next release, the requirements field will be changed to be similar as well (if it points to a document or web page it will be converted into a link).

cveen
03-26-2007, 10:43 AM
confirmed solved in V3.0 build 1003

cveen
03-26-2007, 11:47 AM
the hyperlink for requirements in the stylesheet does not work if the link contains spaces ("%20" should be added to replaces the space")

TimR
03-26-2007, 11:32 PM
This is the same problem as faced by a lot of text processors, spaces break most automatic link highlighting (such as in Outlook) as it isn't a valid character for a url when un-encoded. We are however looking at ways around this, currently you can put your links with spaces in " " so when we process the link it knows everything between the " " chars is a link.