December 14, 2010

stuk stuk
Ant Farmer
540 posts

[Solved] Bug with link?

 

If i create text linke this setVisible(true) and create a link the result is this

setVisible [doc.qt.nokia.com]

the text (true) is cut and is set to a title of the link!

6 replies

December 14, 2010

peppe peppe
Ant Farmer
1025 posts

stuk wrote:
If i create text linke this setVisible(true) and create a link the result is this

setVisible [doc.qt.nokia.com]

the text (true) is cut and is set to a title of the link!

No, it’s the wiki syntax for setting alt-texts on hyperlinks. Try hovering your link with the mouse cursor: “true” will pop up.

 Signature 

Software Engineer
KDAB (UK) Ltd., a KDAB Group company

December 14, 2010

stuk stuk
Ant Farmer
540 posts

Yes, is set to a <title> tag of the link, so how can i write setVisible(true) and put a link in it?

peppe wrote:

stuk wrote:
If i create text linke this setVisible(true) and create a link the result is this

setVisible [doc.qt.nokia.com]

the text (true) is cut and is set to a title of the link!

No, it’s the wiki syntax for setting alt-texts on hyperlinks. Try hovering your link with the mouse cursor: “true” will pop up.

December 14, 2010

anselmolsm anselmolsm
Ant Farmer
417 posts
stuk wrote:
Yes, is set to a <title> tag of the link, so how can i write setVisible(true) and put a link in it?

Like this? setVisible(true) [doc.qt.nokia.com]
A whitespace between the closing parenthesis and the colon does the trick :-)

 Signature 

Anselmo L. S. Melo (anselmolsm)
www.anselmolsm.org

December 14, 2010

mariusg mariusg
Ant Farmer
1099 posts

Sorry, that combination kicks in the textile syntax, you will have to work around that by something like:

setVisible(true) (doc [doc.qt.nokia.com])

 Signature 

Project Manager - Qt Development Frameworks

December 14, 2010

QtK QtK
Lab Rat
1140 posts

Even some other similar issues were raised yesterday.

December 14, 2010

stuk stuk
Ant Farmer
540 posts

Ok, adding a whitespace resolve, thank’s for work around!

 
  ‹‹ Follow member feature?      [Solved] Php error when show history of wiki without login ››

You must log in to post a reply. Not a member yet? Register here!