[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-12-09 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=435309

Jan Blackquill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util
   |ities/konsole/commit/38208f |ities/konsole/commit/7326f9
   |94cd371ab2ebb66fe008441759b |289fa356322f4534e0d1f23869e
   |487f1e6 |dcad463

--- Comment #30 from Jan Blackquill  ---
Git commit 7326f9289fa356322f4534e0d1f23869edcad463 by Jan Blackquill.
Committed on 23/04/2021 at 22:12.
Pushed by aacid into branch 'mr/380'.

Use inverted colours when calculated fancy BG has too low contrast

M  +18   -4src/terminalDisplay/TerminalPainter.cpp

https://invent.kde.org/utilities/konsole/commit/7326f9289fa356322f4534e0d1f23869edcad463

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-06-22 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=435309

Ahmad Samir  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util
   |ities/konsole/commit/2b4410 |ities/konsole/commit/38208f
   |30a745a17f76d8f010a299a7453 |94cd371ab2ebb66fe008441759b
   |2e3f211 |487f1e6

--- Comment #29 from Ahmad Samir  ---
Git commit 38208f94cd371ab2ebb66fe008441759b487f1e6 by Ahmad Samir.
Committed on 22/06/2021 at 09:56.
Pushed by hindenburg into branch 'master'.

Add option to always invert text selection colours

The recent change of blending the background/foreground colours for text
selection doesn't work everywhere, users with vision impairment or
colour-blindness would probably find it hard to distinguish text selection
colours; and the current code can't possibly cover all variations of colour
schemes out there. The same goes with certain displays and viewing angles,
some display types are notoriously awful when viewed at an angle.
FIXED-IN: 21.08

M  +19   -3src/Screen.cpp
M  +7-0src/Screen.h
M  +1-1src/characters/Character.h
M  +2-0src/profile/Profile.cpp
M  +4-0src/profile/Profile.h
M  +1-1src/terminalDisplay/TerminalDisplay.cpp
M  +1-1src/terminalDisplay/TerminalDisplay.h
M  +1-1src/terminalDisplay/TerminalPainter.cpp
M  +7-0src/widgets/EditProfileAppearancePage.ui
M  +5-0src/widgets/EditProfileDialog.cpp

https://invent.kde.org/utilities/konsole/commit/38208f94cd371ab2ebb66fe008441759b487f1e6

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-06-06 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #28 from Ahmad Samir  ---
https://invent.kde.org/utilities/konsole/-/merge_requests/403

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-31 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #27 from Duncan <1i5t5.dun...@cox.net> ---
So I just woke up to another CC notification on this bug (Patrick Silva), and
being in the creative state of just waking up while thinking about this bug
gave me an idea...

It seems to me that the new blended-color-selection behavior has visual
characteristics both good and bad analogous to those of transparency/opacity,
with arguably similar basic aesthetic appeal and ultimately similar practical
readability problems, too.  Arguably, then, a possible solution could be
similar as well.

The transparency preference is part of the color scheme, with the configuration
being a 0-100% slider found in configuration/profiles/edit-profile dialog,
appearance/color-scheme/edit-color-scheme dialog.

What about a similar selection-blend slider in the same dialog as it's arguably
similarly part of the color-scheme, 100%-strict-reverse at one end of the
slider, 50/50 (or whatever) foreground/background blend (thus making
foreground/background the same and selected text unreadable, again conceptually
similar to 100% transparent) at the other?

Or a bit more complex, add a selection-color static/dynamic checkbox option
(analogous to the blur-background checkbox for transparency) to the
reverse/blend slider.  Dynamic would be the blend with the slider behaving as
above. Static would have color-pickers for selection foreground/background,
with the slider blending between those and strict reverse.

Of course the question then would be where to set the defaults since it's well
known that many users don't mess with them.  Personally I'd favor 100% strict
reverse as the most usable default for accessibility reasons, and I suppose
most users on this bug would agree or they'd not be on the bug.  OTOH, the
author of the original color-blending selection commit would likely argue for a
partially blended default.

Unquestionably that's a lot of work compared to just reverting to the old 100%
reverse-video selection behavior, work that I can't do because I'm not a coder,
but it seems to me to be a reasonable compromise that would let people on both
sides have exactly the behavior they want/need, as long as they're willing to
spend a bit of time configuring it.

And having it all per-profile as part of the appearance settings makes perfect
sense too, just as it does with transparency.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-30 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=435309

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-22 Thread Chiitoo
https://bugs.kde.org/show_bug.cgi?id=435309

Chiitoo  changed:

   What|Removed |Added

 CC||esco...@hotmail.com

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-14 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #26 from Ahmad Samir  ---
(In reply to Toralf Förster from comment #25)
> Since 21.04.1 (Gentoo hardened KDE) I'm faced with a situation that I cannot
> any longer copy+paste a command via mouse including the \n.
> 
> Said that I do now have to press "ENTER" for each commend line I copy+paste
> into the KOnsole :-/

That's a different issue, not relates to konsole, see bug 431695.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-14 Thread Toralf Förster
https://bugs.kde.org/show_bug.cgi?id=435309

Toralf Förster  changed:

   What|Removed |Added

 CC||toralf.foers...@gmx.de

--- Comment #25 from Toralf Förster  ---
Since 21.04.1 (Gentoo hardened KDE) I'm faced with a situation that I cannot
any longer copy+paste a command via mouse including the \n.

Said that I do now have to press "ENTER" for each commend line I copy+paste
into the KOnsole :-/

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-12 Thread Ian Schwarz
https://bugs.kde.org/show_bug.cgi?id=435309

Ian Schwarz  changed:

   What|Removed |Added

 CC||m_...@gmx.de

--- Comment #24 from Ian Schwarz  ---
Please return to the original behavior. My background is #00, my foreground
is #ff and the new behavior forces me to squint all the time.

For now, my only recourse is to add "return {};" to the top of
"std::optional calculateBackgroundColor(const Character* style, const
QColor *colorTable)" in src/terminalDisplay/TerminalPainter.cpp.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-11 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #23 from Duncan <1i5t5.dun...@cox.net> ---
(In reply to Roberto from comment #22)
> reversed colors always work, why change?

Good question.

For those reading the bug who don't follow git closely enough to have seen the
original git commit notes, they said:

>> Improve appearance of text selection
>>
>> By blending foreground & background instead of swapping them,
>> you can get a more visually appealing text selection.

But "more visually appealing" really isn't if it's unreadable, and as we're
demonstrating, blending instead of swapping, by definition, is going to lower
that contrast...

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-11 Thread Roberto
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #22 from Roberto  ---
reversed colors always work, why change?

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-11 Thread Roberto
https://bugs.kde.org/show_bug.cgi?id=435309

Roberto  changed:

   What|Removed |Added

 CC||r087...@yahoo.it

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-04 Thread Michal Kec
https://bugs.kde.org/show_bug.cgi?id=435309

Michal Kec (MiK)  changed:

   What|Removed |Added

 CC||k...@kecnet.cz

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-03 Thread Nafis
https://bugs.kde.org/show_bug.cgi?id=435309

Nafis  changed:

   What|Removed |Added

 CC||mnabid...@outlook.com

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-03 Thread Andriy Gapon
https://bugs.kde.org/show_bug.cgi?id=435309

Andriy Gapon  changed:

   What|Removed |Added

 CC||a...@uabsd.com

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-02 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #21 from Ahmad Samir  ---
It looks like we'll either have to revert the whole change or add (yet) another
option to the settings dialog.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-01 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=435309

popov895  changed:

   What|Removed |Added

 CC||popov...@ukr.net

--- Comment #20 from popov895  ---
I'm in favor of returning the old behavior.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-05-01 Thread postix
https://bugs.kde.org/show_bug.cgi?id=435309

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-30 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=435309

Oded Arbel  changed:

   What|Removed |Added

 CC||o...@geek.co.il

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-30 Thread Paulo
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #19 from Paulo  ---
I just downloaded and built the konsole-master (output of 'konsole --version'
is 21.07.70) with gcc 10.3.0, not 11, and konsole built ok.
Reverse video for selected text is working again as before for 'Linux colors'
color scheme :D thank you very much.
But Dark Pastels still doesn't have reverse video for selected text.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-30 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #18 from Duncan <1i5t5.dun...@cox.net> ---
(In reply to Duncan from comment #16)
> Just upgraded to gcc-11.1.0 (from 10.3.0) and it no-longer works. =:^(

The gcc-11 bug is fixed in live-git now, but I'm keeping the bug open because
the original contrast bug remains for some people.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-29 Thread Luke-Jr
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #17 from Luke-Jr  ---
Running this for now:

diff --git a/src/Screen.cpp b/src/Screen.cpp
index 54634d6..8d4c1b5 100644
--- a/src/Screen.cpp
+++ b/src/Screen.cpp
@@ -620,7 +620,7 @@ void Screen::copyFromHistory(Character* dest, int
startLine, int count) const
 if (_selBegin != -1) {
 for (int column = 0; column < _columns; column++) {
 if (isSelected(column, line)) {
-dest[destLineOffset + column].rendition |= RE_SELECTED;
+reverseRendition(dest[destLineOffset + column]);
 }
 }
 }
@@ -643,7 +643,7 @@ void Screen::copyFromScreen(Character* dest , int startLine
, int count) const

 // invert selected text
 if (_selBegin != -1 && isSelected(column, line +
_history->getLines())) {
-dest[destIndex].rendition |= RE_SELECTED;
+reverseRendition(dest[destIndex]);
 }
 }
 }

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-29 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=435309

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #16 from Duncan <1i5t5.dun...@cox.net> ---
(In reply to Duncan from comment #7)
> (In reply to Ahmad Samir from comment #6)
> > Should be fixed by
> > https://invent.kde.org/utilities/konsole/-/merge_requests/380
> Works for me! =:^)

Just upgraded to gcc-11.1.0 (from 10.3.0) and it no-longer works. =:^(  See
below.

(In reply to Paulo from comment #15)
> (In reply to Antonio Rojas from comment #12)
> > With some color schemes - such as Dark Pastels - this patch doesn't make any
> > difference. The selection is still hard to see.
> +1
> 
> Instead of trying to fix the new behavior, can we get the old one? Reverse
> video for highlighted text was working and everyone was used to it.

While the new colors (if not the code) still works for me, given the facts that
it's not working for everyone, that a revert to the old reversing behavior
would be find by me as well, and that all the related bugs are now duped to
this one, I'll go ahead and reopen this to report the new code error rather
than opening a new bug as I normally would since the aspect I personally am
experiencing arguably /is/ a new bug.

FWIW I'll update the invent thread with the new gcc-11.1.0 error as well.

Again, this error is what I'm getting on the new gcc-11.1.0 I just installed,
while switching back to 10.3.0 to double-check verifies 10.3.0 is still
building the code without error:

FAILED: src/CMakeFiles/konsoleprivate.dir/terminalDisplay/TerminalPainter.cpp.o
[snip the big long commandline]
../konsole-/src/terminalDisplay/TerminalPainter.cpp:381:10: error:
'optional' in namespace 'std' does not name a template type
381 | std::optional calculateBackgroundColor(const Character*
style, const QColor *colorTable)
|  ^~~~
../konsole-/src/terminalDisplay/TerminalPainter.cpp:32:1: note:
'std::optional' is defined in header ''; did you forget to '#include
'?
31 | #include 
+++ |+#include 
32 | 
../konsole-/src/terminalDisplay/TerminalPainter.cpp: In member function
'void Konsole::TerminalPainter::drawTextFragment(QPainter&, const QRect&, const
QString&, const Konsole::Character*, const QColor*, Konsole::LineProperty)':
../konsole-/src/terminalDisplay/TerminalPainter.cpp:413:40: error:
'calculateBackgroundColor' was not declared in this scope
413 | const QColor backgroundColor = calculateBackgroundColor(style,
colorTable).value_or(foregroundColor);
|^~~~
ninja: build stopped: subcommand failed.


FWIW reverting to 7c5f08a2e, immediately before the 3b0 commit that killed
reverse-select, builds (and runs) with gcc-11.1.0 too.  There's enough commits
stacked on top of the target reversion commit now that it's getting a bit more
complex to revert the individual commits (at least for a quick test), but
reverting to that commit as head still works even if it's losing some other
work by now as well.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-29 Thread Paulo
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #15 from Paulo  ---
(In reply to Antonio Rojas from comment #12)
> With some color schemes - such as Dark Pastels - this patch doesn't make any
> difference. The selection is still hard to see.
+1

Instead of trying to fix the new behavior, can we get the old one? Reverse
video for highlighted text was working and everyone was used to it.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-29 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=435309

Nicolas Fella  changed:

   What|Removed |Added

 CC||luke-jr+kdeb...@utopios.org

--- Comment #14 from Nicolas Fella  ---
*** Bug 436332 has been marked as a duplicate of this bug. ***

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-28 Thread Grósz Dániel
https://bugs.kde.org/show_bug.cgi?id=435309

Grósz Dániel  changed:

   What|Removed |Added

 CC||groszdaniel...@gmail.com

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435309

Nate Graham  changed:

   What|Removed |Added

 CC||pauloct...@hotmail.com

--- Comment #13 from Nate Graham  ---
*** Bug 436320 has been marked as a duplicate of this bug. ***

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-28 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=435309

Alexander  changed:

   What|Removed |Added

 CC||ingle...@gmail.com

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-27 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=435309

Antonio Rojas  changed:

   What|Removed |Added

 CC||aro...@archlinux.org

--- Comment #12 from Antonio Rojas  ---
With some color schemes - such as Dark Pastels - this patch doesn't make any
difference. The selection is still hard to see.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-27 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=435309

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util
   |ities/konsole/commit/9f7cb3 |ities/konsole/commit/2b4410
   |2dc23246783d5a72164a37e82f4 |30a745a17f76d8f010a299a7453
   |268bc58 |2e3f211

--- Comment #11 from Kurt Hindenburg  ---
Git commit 2b441030a745a17f76d8f010a299a74532e3f211 by Kurt Hindenburg, on
behalf of Jan Blackquill.
Committed on 27/04/2021 at 12:35.
Pushed by hindenburg into branch 'release/21.04'.

Use inverted colours when calculated fancy BG has too low contrast
(cherry picked from commit 9f7cb32dc23246783d5a72164a37e82f4268bc58)

M  +17   -4src/terminalDisplay/TerminalPainter.cpp

https://invent.kde.org/utilities/konsole/commit/2b441030a745a17f76d8f010a299a74532e3f211

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-26 Thread Ricardo J. Barberis
https://bugs.kde.org/show_bug.cgi?id=435309

Ricardo J. Barberis  changed:

   What|Removed |Added

 CC||ricardo.barbe...@gmail.com

--- Comment #10 from Ricardo J. Barberis  ---
Thanks everyone participating in this bug hunt :)

FWIW, I do exactly the same as Duncan, and search is not an option for me
because the text I select as a "marker" might be repeated in the output (and I
like to know at a glance the exact place I was in, search would complicate
that).

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435309

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||21.08

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-26 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=435309

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/commit/9f7cb3
   ||2dc23246783d5a72164a37e82f4
   ||268bc58
 Resolution|--- |FIXED

--- Comment #9 from Kurt Hindenburg  ---
Git commit 9f7cb32dc23246783d5a72164a37e82f4268bc58 by Kurt Hindenburg, on
behalf of Jan Blackquill.
Committed on 26/04/2021 at 13:33.
Pushed by hindenburg into branch 'master'.

Use inverted colours when calculated fancy BG has too low contrast

M  +17   -4src/terminalDisplay/TerminalPainter.cpp

https://invent.kde.org/utilities/konsole/commit/9f7cb32dc23246783d5a72164a37e82f4268bc58

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-25 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=435309

Ahmad Samir  changed:

   What|Removed |Added

 CC||noaha...@gmail.com

--- Comment #8 from Ahmad Samir  ---
*** Bug 433512 has been marked as a duplicate of this bug. ***

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-25 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #7 from Duncan <1i5t5.dun...@cox.net> ---
(In reply to Ahmad Samir from comment #6)
> Should be fixed by
> https://invent.kde.org/utilities/konsole/-/merge_requests/380

Works for me! =:^)

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-25 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=435309

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #6 from Ahmad Samir  ---
Should be fixed by
https://invent.kde.org/utilities/konsole/-/merge_requests/380

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-25 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=435309

Ahmad Samir  changed:

   What|Removed |Added

 CC||firew4l...@gmail.com

--- Comment #5 from Ahmad Samir  ---
*** Bug 436154 has been marked as a duplicate of this bug. ***

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-24 Thread Anthony Vital
https://bugs.kde.org/show_bug.cgi?id=435309

Anthony Vital  changed:

   What|Removed |Added

 CC||anthony.vi...@gmail.com

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-24 Thread Chris Spiegel
https://bugs.kde.org/show_bug.cgi?id=435309

Chris Spiegel  changed:

   What|Removed |Added

 CC||cspie...@gmail.com

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435309

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-23 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=435309

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=435309

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
   Assignee|konsole-de...@kde.org   |uhh...@gmail.com

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435309

nl6...@gmail.com changed:

   What|Removed |Added

  Flags||Usability+

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435309

nl6...@gmail.com changed:

   What|Removed |Added

 CC||nl6...@gmail.com

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-03 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #4 from Duncan <1i5t5.dun...@cox.net> ---
(In reply to tcanabrava from comment #3)
> Please use search for markers
> I understand and agree that this is a bug that needs to be fixed, but don’t
> use text selection to mark the spot where you are.

No disrespect intended as I'm sure none was meant, but maybe a bit more
context...

Dawn of the millennium.  Scroll-wheel-mice have been a thing for some years. 
I'm sitting there on Windows98, one hand alternating between chips and a
beverage of choice, the other on the mouse as I read yet another article on
Linux, which I ultimately make my operating system of choice for the new
century as the best alternative to installing what after doing my research I
had come to call eXPrivacy due to the then new MS authorization techniques.

I'm absent-mindedly
quick-double-click-select-marking/reading/scrolling/selecting/reading my way
down the article, my mind on Linux...

That quick-double-click-select-mark usage has lasted since well before the turn
of the century thru countless mice/pointing-devices, two major operating
systems and multiple versions/distros of each, across browsers, news and email
clients, desktop-environments, switching Windows->xfree86->xorg->wayland, down
to the present, where I'm still using it in konsole to scroll thru thousands of
lines of kernel git logs or (as above) hundreds of live-git-update packages.

The OSs/GUI-platforms/desktops/environments/apps and now hopefully temporarily
necessary commit-revert patches to apps change, while the
select-mark/scroll/read/select-mark usage, endures.  Why would I complicate it
by adding repeatedly typing one-shot-find text into an otherwise
read/select/scroll-only window in ordered to update otherwise-random-text
one-shot markers, when a simple double-click and scroll serves the purpose?

Oh, and by the way (shaking my cane), get off my grass!  I'm feeling
old-and-set-in-my-ways now.  Or is the term "experienced"? =:^)

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #3 from tcanabr...@kde.org ---
Please use search for markers
I understand and agree that this is a bug that needs to be fixed, but don’t
use text selection to mark the spot where you are.

Text search is better suited for that - or, we can create a way to actually
use text markers with different colors in the future.


On Sat, 3 Apr 2021 at 12:14 Duncan  wrote:

> https://bugs.kde.org/show_bug.cgi?id=435309
>
> Bug ID: 435309
>Summary: 3b06b6f22 makes selection near invisible with some
> foreground/background color combinations
>Product: konsole
>Version: master
>   Platform: Gentoo Packages
> OS: Linux
> Status: REPORTED
>   Severity: normal
>   Priority: NOR
>  Component: general
>   Assignee: konsole-de...@kde.org
>   Reporter: 1i5t5.dun...@cox.net
>   Target Milestone: ---
>
> Created attachment 137307
>   --> https://bugs.kde.org/attachment.cgi?id=137307=edit
> near-invisible selection
>
> See the attached screenshots.
>
> Unfortunately, after 3b06b6f22 (blend foreground/background instead of
> using
> reverse video for selection), with some foreground/background combinations
> the
> selection is now very close to invisible.
>
> Reasonably standard Linux color-scheme here, so normally black background
> with
> white text, which is fine.  But take a look at the attached gentoo portage
> package manager screenshots (the tail end of an emerge --ask --empty-tree
> konsole).  Without that commit reverted the color-coded white text on blue
> background of the package names makes the selection near invisible.
>
> The problem is that I tend to use selection as a way to mark my place, say
> when
> I have the kde live-git package update list displayed in one konsole
> window,
> while checking git logs for various packages in another konsole window.
> When
> there's well over a screen full of package updates, I'll
> double-click-select a
> package near where I am in the list so I can easily find it and pick out
> the
> next git log I want to run.
>
> Obviously, if I'm using selection as a marker and I can't see where that
> selection-marker is at a glance, it rather defeats the purpose.
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-03 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #2 from Duncan <1i5t5.dun...@cox.net> ---
Hmm, this *might* dupe bug #433512, which was filed in late February after the
commit in question on Feb 10, but that bug lists OpenSuSE Tumbleweed with
plasma 5.21.80 and frameworks 5.80.0 but no konsole version and not specifying
git, so was his version before or after that commit.  Additionally, that bug
doesn't mention whether it's a regression or not.  Would Tumbleweed have that
commit in the two weeks between it and the filing?  And the contrast in the
screenshot there isn't anywhere /near/ as bad -- I can /see/ the selection
there.  In my screenshot, it's all but impossible to see the selection,
certainly at a glance.  So I'm not sure if it's just the pre-commit normal
state, or if it's the same bug.

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

[konsole] [Bug 435309] 3b06b6f22 makes selection near invisible with some foreground/background color combinations

2021-04-03 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=435309

--- Comment #1 from Duncan <1i5t5.dun...@cox.net> ---
Created attachment 137308
  --> https://bugs.kde.org/attachment.cgi?id=137308=edit
visible selection with 3b06b6f22 reverted

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