Bug #848
Link detection in RichTextView detects empty area as link
Status: | Approved | Start date: | 09/05/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | CtrlLib | Spent 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.
History
#1 Updated by Zbigniew Rebacz about 10 years ago
- File deleted (
RichTectViewLinkDetectionIssue.png)
#2 Updated by Zbigniew Rebacz about 10 years ago
- File RichTectViewLinkDetectionIssue.png added
#3 Updated by Miroslav Fidler about 10 years ago
- Status changed from New to Ready for QA
- Assignee changed from Miroslav Fidler to Zbigniew Rebacz
#4 Updated by Zbigniew Rebacz about 10 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 about 10 years ago
- Status changed from In Progress to Approved