Bug #848

Link detection in RichTextView detects empty area as link

Added by Zbigniew Rebacz over 9 years ago. Updated over 9 years ago.

Status:ApprovedStart date:09/05/2014
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:CtrlLibSpent time:-
Target version:-

Description

I think link detection in RichTextView has got one minor issue. It detects empty area (left margin) as regular link. More information about this areas you can find on image included to this topic.

RichTectViewLinkDetectionIssue.png (83.4 KB) Zbigniew Rebacz, 09/05/2014 03:33 PM

History

#1 Updated by Zbigniew Rebacz over 9 years ago

  • File deleted (RichTectViewLinkDetectionIssue.png)

#3 Updated by Miroslav Fidler over 9 years ago

  • Status changed from New to Ready for QA
  • Assignee changed from Miroslav Fidler to Zbigniew Rebacz

#4 Updated by Zbigniew Rebacz over 9 years ago

  • Status changed from Ready for QA to In Progress
  • Assignee changed from Zbigniew Rebacz to Miroslav Fidler

It works perfect, but I have got ide compilation issue:

uppsrc/Core/Diag.h:88:26: error: stray ‘@’ in program
 #define DDUMP(x)         @
                          ^
/home/klugier/upp/uppsrc/CtrlLib/RichTextView.cpp:161:3: note: in expansion of macro ‘DDUMP’
   DDUMP(rc);
   ^
uppsrc/Core/Diag.h:88:26: error: stray ‘@’ in program
 #define DDUMP(x)         @
                          ^
/home/klugier/upp/uppsrc/CtrlLib/RichTextView.cpp:162:3: note: in expansion of macro ‘DDUMP’
   DDUMP(p);
   ^
uppsrc/Core/Diag.h:88:26: error: stray ‘@’ in program
 #define DDUMP(x)         @
                          ^
/home/klugier/upp/uppsrc/CtrlLib/RichTextView.cpp:163:3: note: in expansion of macro ‘DDUMP’
   DDUMP(GetTextPoint(p));
   ^

P.S.
Removing DDUMP in "RichTextView.cpp" do the trick.

#5 Updated by Miroslav Fidler over 9 years ago

  • Status changed from In Progress to Approved

Also available in: Atom PDF