[lokalize] [Bug 360823] First letter in the first word on a line is sometimes missing (not rendered)

2018-08-11 Thread Karl Ove Hufthammer
https://bugs.kde.org/show_bug.cgi?id=360823

Karl Ove Hufthammer  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #8 from Karl Ove Hufthammer  ---
Yes, looks like it was a Qt bug which is now fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[lokalize] [Bug 360823] First letter in the first word on a line is sometimes missing (not rendered)

2018-08-11 Thread Safa Alfulaij
https://bugs.kde.org/show_bug.cgi?id=360823

Safa Alfulaij  changed:

   What|Removed |Added

 CC||safa1996alful...@gmail.com

--- Comment #7 from Safa Alfulaij  ---
I confirm that this bug is resolved in my Lokalize running Qt 5.11. Please
check and close.

-- 
You are receiving this mail because:
You are watching all bug changes.

[lokalize] [Bug 360823] First letter in the first word on a line is sometimes missing (not rendered)

2016-03-21 Thread Nick Shaforostoff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360823

--- Comment #6 from Nick Shaforostoff  ---
looks to me as a qt bug -- i do simple setFormat call in syntaxhighlighter for
qtextedit if the char matches 0x00a0U code. changing it to match simple spaces
does't trigger a similar issue.

https://quickgit.kde.org/?p=lokalize.git&a=blob&h=87a765d61ad24ea45133407622b26a7425dc7066&hb=bc3ca63d835aa6f0ecae3e5a451826dc661890b8&f=src%2Fsyntaxhighlighter.cpp

-- 
You are receiving this mail because:
You are watching all bug changes.


[lokalize] [Bug 360823] First letter in the first word on a line is sometimes missing (not rendered)

2016-03-21 Thread Nick Shaforostoff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360823

Nick Shaforostoff  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #5 from Nick Shaforostoff  ---
yep... the workaround is to disable 'highlightSpaces' option...

-- 
You are receiving this mail because:
You are watching all bug changes.


[lokalize] [Bug 360823] First letter in the first word on a line is sometimes missing (not rendered)

2016-03-21 Thread Karl Ove Hufthammer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360823

--- Comment #4 from Karl Ove Hufthammer  ---
Seems like this is related to the non-breaking space after the word. When one
adds a non-breaking space after the first word on the line, the first letter in
the word is not rendered. When one continues adding non-breaking spaces, the
other letters disappear one after another, until the word is completely
invisible (adding additional non-breaking spaces then have no effect on the
word or on other words).

-- 
You are receiving this mail because:
You are watching all bug changes.


[lokalize] [Bug 360823] First letter in the first word on a line is sometimes missing (not rendered)

2016-03-21 Thread Karl Ove Hufthammer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360823

--- Comment #3 from Karl Ove Hufthammer  ---
Created attachment 98010
  --> https://bugs.kde.org/attachment.cgi?id=98010&action=edit
Screenshot showing the correct rendering (after resizing the edit pane)

-- 
You are receiving this mail because:
You are watching all bug changes.


[lokalize] [Bug 360823] First letter in the first word on a line is sometimes missing (not rendered)

2016-03-21 Thread Karl Ove Hufthammer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360823

--- Comment #1 from Karl Ove Hufthammer  ---
Created attachment 98008
  --> https://bugs.kde.org/attachment.cgi?id=98008&action=edit
Example translation file triggering the bug

-- 
You are receiving this mail because:
You are watching all bug changes.


[lokalize] [Bug 360823] First letter in the first word on a line is sometimes missing (not rendered)

2016-03-21 Thread Karl Ove Hufthammer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360823

--- Comment #2 from Karl Ove Hufthammer  ---
Created attachment 98009
  --> https://bugs.kde.org/attachment.cgi?id=98009&action=edit
Screenshot showing the incorrect rendering

-- 
You are receiving this mail because:
You are watching all bug changes.