kvirc / KVIrc

The KVIrc IRC Client
http://www.kvirc.net/
GNU General Public License v2.0
232 stars 76 forks source link

Typing ^ once comes out as ^^ when you press Enter and it's at the end of the sentence #1958

Closed kartagis closed 7 months ago

kartagis commented 8 years ago

Expected behavior

When I type wodim: ^ and press Enter, I expect a wodim: ^

Actual behavior

It comes out as wodim: ^^ instead.

http://www.giphy.com/gifs/26AHNihbk3GP3qawo

Steps to reproduce the issue

  1. Type anything with a ^ after it.
  2. Type Enter
  3. Get frustrated

    System information

KVIrc 4.9.2 'Aria'

Runtime Info: System name: MacOS X System version: Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64 Architecture: x86_64 Qt version: 5.5.1 Qt theme: macintosh

Build Info: Build date: 2016-03-13 13:33:58 UTC Sources date: 20160102 Revision number: git-6292-g142b1c5 System name: Darwin-15.3.0 CPU name: x86_64 Build command: /usr/local/Cellar/cmake/3.5.0/bin/cmake Build flags: MANDIR=share/man CMAKE_INSTALL_PREFIX=/Users/user/Documents/KVIrc/build/KVIrc.app Threads=POSIX Compiler name: /usr/local/opt/ccache/libexec/c++ Compiler flags: N/A Qt version: 5.5.1//: # (Also Enter any OS information the "Executable Information" tab doesn't contain, e.g. KDE, Gentoo, Linux Mint, etc.)

un1versal commented 8 years ago

Is this still happening there? Cant duplicate it anymore with current nightlies.

CyberShadow commented 8 years ago

Can't reproduce either with git master

un1versal commented 8 years ago

thanks CyberShadow, will close as worksforme

.When Kartagis shows up in IRC Ill ask him to test and if needs be this can be reopened.

wodim commented 8 years ago

This is an OS X issue.

un1versal commented 8 years ago

This is an OS X issue.

Well back then I duplicated it in Linux, now I cant.

kartagis commented 8 years ago

Hi, What kind of feedback do you need?

un1versal commented 8 years ago

need this retested with recent nightly,

AndrioCelos commented 8 years ago

Is that the spell checker?

kartagis commented 8 years ago

Can you give me the website to download it? I forgot :(

un1versal commented 8 years ago

na its the input line, type ^ and press enter it spewed out 2 ^

kartagis commented 8 years ago

@AndrioCelos is what the spell checker?

un1versal commented 8 years ago

Can you give me the website to download it? I forgot :(

Its on downloads page, but no, there no automatic builds as that is broken, so youll need to compile or ask someone to compile one for you.

kartagis commented 8 years ago

I got one on @staticfox's webz.

AndrioCelos commented 8 years ago

In the animation linked above, there was a line under the single ^. That makes me wonder if the spell checker is causing the problem.

kartagis commented 8 years ago

@AndrioCelos that is the input line

un1versal commented 8 years ago

Its unrelated to spellchecker, since in IRC he showed https://www.dropbox.com/s/loci0bat4lyv0ja/Screenshot%202016-06-28%2010.28.02.png?dl=0 which means its not even enabled,

Nice theory though.

un1versal commented 7 years ago

@kartagis please retest with a recent nightly.

kartagis commented 7 years ago

​Is it 6941?​

On 17 August 2016 at 12:06, un1versal notifications@github.com wrote:

@kartagis https://github.com/kartagis please retest with a recent nightly.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kvirc/KVIrc/issues/1958#issuecomment-240355882, or mute the thread https://github.com/notifications/unsubscribe-auth/ABiHXkaWtFbMr2gdwr0A-YHOXi5Fbg1Bks5qgs8dgaJpZM4IR1XD .

un1versal commented 7 years ago

​Is it 6941?​

yea git-6941-g4685acd to be precise.

kartagis commented 7 years ago

I don't know why, but the one I get from kvirc.staticfox.net reports git-6884-ga628679

un1versal commented 7 years ago

that build is 7 days old, so I presume OS X automatic builds are broken again.

kartagis commented 7 years ago

So, are automatic builds running again?

un1versal commented 7 years ago

can you read?

kartagis commented 7 years ago

Yes, I can read. I just asked if they were running now. No need to be offensive.

On 17 August 2016 at 13:46, un1versal notifications@github.com wrote:

can you read?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kvirc/KVIrc/issues/1958#issuecomment-240377255, or mute the thread https://github.com/notifications/unsubscribe-auth/ABiHXhWQ0Y7I7-1BY3Z9W5Sg5tPBq647ks5qguaXgaJpZM4IR1XD .

staticfox commented 7 years ago

They aren't. I looked at the site and the server, they both had latest so you must be cached.

kartagis commented 7 years ago

I've just tested git-6945-g9930117, and the issue persists.

un1versal commented 7 years ago

Try to use the very latest build available intead of some random build.

staticfoxes website is providing git-6948-gf5a9aa8 as I reply to your message.

kartagis commented 7 years ago

That's another thing, the .dmg I downloaded from there provided this one.

kartagis commented 7 years ago

How come does the .dmg I got from staticfox's website provide an older build?

kartagis commented 7 years ago

wget gave me the correct one

un1versal commented 7 years ago

caching issues client side?

kartagis commented 7 years ago

I'm now running this instance of KVIrc straightly off .dmg, and it's git-6945-g9930117

staticfox commented 7 years ago

I just realized, it's most likely correct. CMake does not re-run at the start of each build so the git version does not get bumped in source. I'll fix it in the morning.

On Aug 19, 2016, at 3:37 AM, kartagis notifications@github.com wrote:

I'm now running this instance of KVIrc straightly off .dmg, and it's git-6945-g9930117

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

kartagis commented 7 years ago

With git-6964-ga703bff, the problem is intact.

IceN9ne commented 7 years ago

Are you using an international keyboard layout that uses ^ as a modifier to get special characters?

wodim commented 7 years ago

That's what ^ is, no? A dead key.

kartagis commented 7 years ago

@IceN9ne yes, and it is a PC keyboard on a Mac if that matters.

ctrlaltca commented 7 months ago

We are about to release a new version, please try https://github.com/kvirc/KVIrc/releases/tag/5.2.0-beta1-fix and report if this issue is still present. Thank you