Google Chrome Textbox focus bug -


hi guys , girls of stackoverflow, got 1 you, i'v had happen couple of times , i'm not 100% sure of why. have normal textbox (code below)

<input id="ddbox" type="text" /><span id="ddbutton"></span><div id="dropdown"></div> 

which inside floating div (jquery dialog precise).

in every single browser (including ie) chrome can select text pipe (|) is, in other text program, on chrome not let me this, i'll give example:

this test text| 

now want move pipe after test

this test| text 

i click there (basic stuff know), in chrome ignores click completely, jquery .live(), .click(), , .bind() functions nothing text box whatsoever.

i can type text box , if press delete can remove text box, not select pipe is.

running chrome 9.0.576.0 dev ubuntu 10.10

bug apparent on: chrome (stable - latest release) windows xp pro sp3

if can me appreciate bug making me tear hair out.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -