[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-11-11 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=369104

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

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

[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-23 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||KDE Frameworks 5.27
 CC||subd...@gmail.com
URL||https://git.reviewboard.kde
   ||.org/r/128859/
  Latest Commit||http://commits.kde.org/ktex
   ||teditor/2c4feeb0c9107732399
   ||f8ae3dacea3124572f345

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-23 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Dominik Haumann  changed:

   What|Removed |Added

 CC||toddrme2...@gmail.com

--- Comment #7 from Dominik Haumann  ---
*** Bug 371498 has been marked as a duplicate of this bug. ***

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-13 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Martin Kostolný  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from Martin Kostolný  ---
I cannot replicate it in KF 5.27 -> closing. Thanks for fixing this! :-)

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

[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-13 Thread Diggory Hardy via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Diggory Hardy  changed:

   What|Removed |Added

 CC||k...@dhardy.name

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-12 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

h...@gmx.de changed:

   What|Removed |Added

 CC||h...@gmx.de

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-06 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Christoph Feck  changed:

   What|Removed |Added

 CC||tedfed...@gmail.com

--- Comment #5 from Christoph Feck  ---
*** Bug 369883 has been marked as a duplicate of this bug. ***

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-06 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

--- Comment #4 from Dominik Haumann  ---
I thought this was fixed with KF 5.27, or is it not fixed ?

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-06 Thread Brandner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

--- Comment #3 from Brandner  ---
Some additional observations:
- the selection is correctly copied into the text field on the first search
- the selection is correctly copied into the text field when alternating
between different modes
of the search bar (e.g., CTRL-F then CTRL-R then again CTRL-F).

The problem appears to be in the method KateNormalInputMode::searchBar. On the
first search, the selection is copied into the text field within the
constructor of KateSearchBar, which actually invokes
KateSearchBar::enterIncrementalMode.

On subsequent searches, the constructor is not called anymore. Consequently, 
KateSearchBar::enterIncrementalMode is not invoked unless the mode variable
switches between the "power" and "incremental" search modes.

Calling KateSearchBar::enterIncrementalMode within GDB at this moment fixes the
problem. So, an obvious fix might be to always invoke
KateSearchBar::enterIncrementalMode/ KateSearchBar::enterPowerMode independent
from mode changes?

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-06 Thread Brandner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Brandner  changed:

   What|Removed |Added

 CC||florian.brandner@telecom-pa
   ||ristech.fr

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-09-27 Thread Colin Guthrie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Colin Guthrie  changed:

   What|Removed |Added

 CC||co...@mageia.org

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-09-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

c16b7...@opayq.com changed:

   What|Removed |Added

 CC||c16b7...@opayq.com

--- Comment #2 from c16b7...@opayq.com ---
Also happens on Gentoo. Downgrading also fixes the problem for me.

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


[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-09-26 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Christoph Feck  changed:

   What|Removed |Added

 CC||vasc...@gmail.com

--- Comment #1 from Christoph Feck  ---
*** Bug 369149 has been marked as a duplicate of this bug. ***

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