Menu

BUG: Focus lost after closing of Find dialog

2007-02-13
2012-11-13
  • Nobody/Anonymous

    N++ 4.0.2 on Windows XP sp2 rus.

    Focus lost after closing of Find dialog.
    To reproduce it:
    * Open a document
    * Press Ctrl-F to call Find dialog
    * Press Esc to close the dialog
    -> Focus is lost, text cursor isn't visible, input of text is impossible (excepting TAB key)

    TaciturnMan

     
    • Nobody/Anonymous

      Yes I saw the same thing on ver 4.0.2. Is this a FEATURE?
      Apparently course would be lost after any pop up dialog.
      This is a behavior I am not used to.

       
    • Nobody/Anonymous

      I have also noticed this problem on ver 4.02/xp. You have to use mouse click to get the cursor back otherwise no editing is possible.

      I also just tried ver 3.9, there is no problem on that version.

      Good idea to stay away from ver 4.02 I guess.

       
    • jmg_

      jmg_ - 2007-02-15

      This seems fine in v4.0.2 on Win2000 ?
      ^F.Esc, and cursor is right where I left it, ready to type.
      ^F.exc on a work, and the word highlights, and primes the search,
      and then esc [type], replaces the selected word.
      I'd call that normal ?

       
    • DV

      DV - 2007-02-15

      Does anybody try to run Notepad++ without plugins? Maybe the bug is caused by some plugin, can you check it?

       
    • Nobody/Anonymous

      I tryied run Notepad++ without plugins.
      It doesn't solve the problem.

       
    • Demetris

      Demetris - 2007-02-15

      Same problem here for 4.0.2 on XP SP2. I don't use any plugins.

      I had to go back to 4.0.1.

      Greetings,
      Demetris

       
    • DV

      DV - 2007-02-16

      Please, send your "config.xml" (a file with Notepad++'s options) to me. I can't reproduce this bug.
      dvv81 (at) ukr (dot) net

       
    • Demetris

      Demetris - 2007-02-16

      File sent as attachment.

      Thanks!

       
    • DV

      DV - 2007-02-16

      I still do not have such bug under Windows 2000, even with your "config.xml". I'll try it later with XP or maybe Jens could check it.

       
    • Nobody/Anonymous

      I have same problem with 4.02.
      Didn't have the problem on 3.9

      I also use WinXP SP-2 - just standard setup. Perhaps it could be leftovers from a 3.9 install even though I uninstalled ..

       
    • Nobody/Anonymous

      It's not leftovers from 3.9 - I cleaned everything up (program files & registry) and did a clean install, and still had the problem.

       
    • Nobody/Anonymous

      I have this bug too, here is my config.xml (removed the history part):
      Running Windows XP Service Pack 2 with all the latest Microsoft Updates, Internet Explorer 7 and Windows Media Player 11.

      <?xml version="1.0" encoding="Windows-1252" ?>
      <NotepadPlus>
          <GUIConfigs>
              <!-- 3 status : "large", "small" or "hide"-->
              <GUIConfig name="ToolBar">standard</GUIConfig>
              <!-- 2 status : "show" or "hide"-->
              <GUIConfig name="StatusBar">show</GUIConfig>
              <!-- For all attributs, 2 status : "yes" or "no"-->
              <GUIConfig name="TabBar" dragAndDrop="yes" drawTopBar="yes" drawInactiveTab="yes" reduce="yes" closeButton="no" doubleClick2Close="no" />
              <!-- 2 positions : "horizontal" or "vertical"-->
              <GUIConfig name="ScintillaViewsSplitter">vertical</GUIConfig>
              <!-- For the attribut of position, 2 status : docked or undocked ; 2 status : "show" or "hide" -->
              <GUIConfig name="UserDefineDlg" position="undocked">hide</GUIConfig>
              <GUIConfig name="TabSetting" size="4" replaceBySpace="no" />
              <!--App position-->
              <GUIConfig name="AppPosition" x="75" y="87" width="839" height="604" isMaximized="no" />
              <!-- For the primary scintilla view,
                   2 status for Attribut lineNumberMargin, bookMarkMargin, indentGuideLine and currentLineHilitingShow: "show" or "hide"
                   4 status for Attribut folderMarkStyle : "simple", "arrow", "circle" and "box"  -->
              <GUIConfig name="ScintillaPrimaryView" lineNumberMargin="show" bookMarkMargin="show" folderMarkStyle="box" indentGuideLine="show" currentLineHilitingShow="show" Wrap="yes" edge="no" edgeNbColumn="100" wrapSymbolShow="hide" zoom="1" whiteSpaceShow="hide" eolShow="hide" />
              <!-- For the secodary scintilla view,
                   2 status for Attribut lineNumberMargin, bookMarkMargin, indentGuideLine and currentLineHilitingShow: "show" or "hide"
                   4 status for Attribut folderMarkStyle : "simple", "arrow", "circle" and "box" -->
              <GUIConfig name="ScintillaSecondaryView" lineNumberMargin="show" bookMarkMargin="show" folderMarkStyle="box" indentGuideLine="show" currentLineHilitingShow="show" Wrap="yes" edge="no" edgeNbColumn="80" wrapSymbolShow="hide" zoom="0" whiteSpaceShow="hide" eolShow="hide" />
              <GUIConfig name="Auto-detection">yes</GUIConfig>
              <GUIConfig name="CheckHistoryFiles">yes</GUIConfig>
              <GUIConfig name="TrayIcon">no</GUIConfig>
              <GUIConfig name="RememberLastSession">yes</GUIConfig>
              <!--
                  New Document default settings :
                      format = 0/1/2 -> win/unix/mac
                      encoding = 0/1/2/3/4/5 -> ANSI/UCS2Big/UCS2small/UTF8/UTF8-BOM
                      defaultLang = 0/1/2/..

                  Note 1 : UTF8-BOM -> UTF8 without BOM
                  Note 2 : for defaultLang :
                          0 -> L_TXT
                          1 -> L_PHP
                          ... (see source file)
              -->
              <GUIConfig name="NewDocDefaultSettings" format="0" encoding="0" lang="0" />
              <GUIConfig name="langsExcluded" gr0="0" gr1="0" gr2="0" gr3="0" gr4="0" gr5="0" gr6="0" gr7="0" />
              <!--
              printOption is print colour setting, the following values are possible :
                  0 : WYSIWYG
                  1 : Invert colour
                  2 : B & W
                  3 : WYSIWYG but without background colour
              -->
              <GUIConfig name="Print" lineNumber="no" printOption="0" headerLeft="$(FULL_CURRENT_PATH)" headerMiddle="" headerRight="$(LONG_DATE) $(TIME)" headerFontName="IBMPC" headerFontStyle="1" headerFontSize="8" footerLeft="" footerMiddle="-$(CURRENT_PRINTING_PAGE)-" footerRight="" footerFontName="" footerFontStyle="0" footerFontSize="9" margeLeft="0" margeTop="0" margeRight="0" margeBottom="0" />
              <!--
                                  Backup Setting :
                                      0 : non backup
                                      1 : simple backup
                                      2 : verbose backup
                            -->
              <GUIConfig name="Backup" action="0" />
              <GUIConfig name="TaskList">yes</GUIConfig>
              <GUIConfig name="SaveOpenFileInSameDir">no</GUIConfig>
              <!--
                  value 0 for the folloing parameters means invisible :
                  leftWidth, topHight, rightWidth, bottomHight
                 
                          position value for the PluginDlg:
                             
                              0 : left
                               1 : right
                              2 : top
                              3 : bottom
                              >= 4 : undocked -> FloatingWindow id
                  -->
              <GUIConfig name="MaitainIndent">yes</GUIConfig>
              <GUIConfig name="MRU">yes</GUIConfig>
              <GUIConfig name="DockingManager" leftWidth="223" rightWidth="200" topHeight="200" bottomHeight="200">
                  <FloatingWindow cont="4" x="-53" y="203" width="378" height="663" />
                  <PluginDlg pluginName="Explorer.dll" id="1" curr="0" prev="-1" isVisible="no" />
                  <PluginDlg pluginName="Explorer.dll" id="0" curr="0" prev="4" isVisible="no" />
                  <PluginDlg pluginName="FunctionList.dll" id="0" curr="1" prev="-1" isVisible="no" />
                  <ActiveTabs cont="0" activeTab="-1" />
                  <ActiveTabs cont="1" activeTab="-1" />
                  <ActiveTabs cont="2" activeTab="-1" />
                  <ActiveTabs cont="3" activeTab="-1" />
              </GUIConfig>
          </GUIConfigs>
      </NotepadPlus>

       
      • Don HO

        Don HO - 2007-02-19

        Don't you guys read the whole thread before posting???
        http://sourceforge.net/forum/message.php?msg_id=4160474

        Don

         
        • DV

          DV - 2007-02-20

          Really, did you read it? I tried Notepad++ 4.02 under Windows XP with your config.xml - and there is no such bug for me! I have all standard plugins EXCEPT Explorer.dll.
          I.e. all you must do is to close Notepad++, go to its Plugins subfolder and DELETE Explorer.dll. Maybe it would be better to install (unpack) Notepad++ 4.0.2 into a new folder and delete Explorer.dll there BEFORE you run Notepad++ for the first time.

           
    • Donny Bahama

      Donny Bahama - 2007-02-19

      I had this bug in 4.02, also. Reverted to 4.01 and all's well.

       
Auth0 Logo