Input text moving when pasting text - Webkit - forms

I'm having an odd problem in webkit browsers (Actually it was reported happening in Chrome by client, but I can only see it in Safari for Mac at the moment). When typing in the input, the text is fine, but as soon as text is pasted into the input, the text jumps to the top. I really don't know what could be causing it. Is this a known issue? Is it something I've done wrong? I can't seem to figure it out and would really appreciate any help. Here is what it looks like:
http://jsfiddle.net/JDhYf/1/
Thank you in advance,
Necronar

"line-height:" fixed the problem, visually. However, it does seem to be a bug in webkit browsers. Reported on Feb. 12 2012 on code.google.com

Related

Weird Intellisense and code suggestions bug VSCode

I am having a weird bug on vscode for which the auto-completion suggestion shows twice and on the first auto-completion, the cursor is not going to the end of the word. I tried to check and play around with autocompletion settings but can't manage to solve this.
One thing I noticed is that if I open the suggestion menu manually and then select it, it works, this happens with the quick suggestions menu.
See the video below for clarity. This is a really annoying issue, can't find anything online about it.
See video here
Possible solutions:
Update your vscode if available.
If that only happens when writing CSS code, maybe that's an extension related issue.
See if that works :)

emacs weird rendering of child frames

First and foremost: I'm still an emacs noob, so please consider me misunderstanding things.
I'm currently experience weird rendering errors when using child frames in emacs. This problems is consistent over many packages. Whenever a package creates a child frame, it get's rendered poorly.
Example using company-box:
Another package I've the same experience with is lsp-ui or specifially lsp-ui-doc. For the sake of making sure no other package is causing this I'm using this minimal setup. The artifacts still remain:
To me it looks like that the size the child frame should have is the portion thats being displayed + the black artifact (or grey in the lsp-ui pictures. But somehow it only displays a portion of the content correctly and blanks out the rest. You can see that the actual content in the portion being displayed is cut off.
I have to note that this doesn't happen 100% of times. But about 80% I guess. Sometimes the frame is displayed correctly.
I have absolutely no idea what is causing this. One thing that might be of interest is my setup:
OS: Windows 10 (using WSL)
Emacs: 26.3 (running in Ubuntu 18.04 LTS)
X Server: VcXsrv 1.20.5.1 (But I've also tried Xming 6.9.0.31 - same result)
I've trouble finding any information about this online. There's at least one person having the same issue using company-box. He's also launching emacs using wsl and VcXsrv, which makes me think this may be related to WSL/VcXsrv.
I'd appreciate any help.
for anyone who is experiencing the same issues - I have found a solution.
The problem is VcXsrv/Xming. Details about this bug can be found here.
The solution is to switch to another Xserver. I'm currently trying MobaXTerm which doesn't have that problem. However there might be other, better alternatives.
However it's good to have found the culprit in this case for anyone who is facing the same issue.

Eclipse text render issue

I am using Eclipse Neon2 on Mac. Text in code editor has render problem and overlaps on scroll. When I select all the text (cmd+a) it re renders and solves the problem. But when I re scroll it overlaps again.
I couldn't find a solution on internet.
How can I solve this.
Please check the screenshot.
I think it is a bug in Eclipse 489383. There are plenty of similar issues were reported and closed as duplicated, but this one is still open and, as I understand, targeted for version 4.6. There is a simple workaround that has helped in some cases (in mine it did help): export GTK3=0 before starting eclipse.

emacs weird characters on splash screen

I've recently downloaded emacs 24.2 for windows (i'm running vista 64bits) as my first attempt at emacs. When i start it up the characters in the splash screen as well as the tooltips for the menu items are all weird.
My guess is that the character (encodings?) is somehow messed up.
Here's a screenshot of my splash screen
Thanks for trying to help me out, i appreciate it.
summary:
- my splash screen shows weird characters
- so do the tooltips for my buttons
- i downloaded emacs 24.2 for windows from here
- Can you help me get it showing english language?
To find what the problem font is, put the cursor on one of the gibberish characters in the splash screen, and press C-u C-x =. If you can't read the buffer that comes up, then save it with C-x C-w, and view the file in some other editor.
For me, the following font is used, and it displays OK:
uniscribe:-outline-Arial-normal-normal-normal-sans-15-*-*-*-p-*-iso8859-1 (#x3A)
I will answer everybody in this comment (not sure if it's the proper etiquette of stackoverflow).
I've managed to fix the problem manually.
Emacs was using this font for me:
uniscribe:-outline-Helvetica-normal-normal-normal-mono-13-*-*-*-p-*-iso8859-1 (#x73) and face: variable-pitchI edited the font family of the face from Sans-serif to Arial which fixed the problem.
Thanks to #wvxwv and #JSON for helping me with the key shortcuts and advice.
Thanks to #Chris Barret for helping me out.
And thanks to #itlodge for suggeting unicad
I suggest you use unicad.
It can solve the coding system problem automatically.

Problems with Xcode Syntax Highlighting

In Xcode 3.2.1 I have this problem where it stops highlighting Objects in purple, and such. For example:
In that example, NSAutoreleasePool, pool, img, size, width and height should be highlighted, however, they are not. Here is a screenshot of what that looks like.
Anyone know how to fix this?
Edit: Also, code sense isn't showing correct options.
Xcode is often glitchy for me in similar ways. Restarting xcode often clears up the issue. Also, sometimes a missing semi-colon or curly brace will keep codeSense and highlighting from working as you want it to. Try Opt-B (build) to see if you have any errors that could be causing this.
I noticed that opening projects from the XCode welcome screen causes this issue. If I dismis the welcome screen and then go file open (or file open recent) and open the project that way the syntax highlighting works