anscarlett / chromey-calculator

Automatically exported from code.google.com/p/chromey-calculator
2 stars 0 forks source link

Fix for input autofocus on popup open. #231

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's quite easy with no single line of JS.
Just edit HTML of the popup.html a little bit:

You need to add `tabindex="-1"` to the `#popOut` element and
`tabindex="1"` to `#calcInput` element. That's it.
Your welcome.

Original issue reported on code.google.com by extempl on 19 Jul 2015 at 9:55

GoogleCodeExporter commented 9 years ago
Merged on GitHub. Relased as Chromey Calculator 2 beta 6.1.7 on: 
https://chrome.google.com/webstore/detail/cloudy-calculator-2/gpnjkkgajfmdmbbpad
igjlhpkaopfccl 

Original comment by iisi50...@gmail.com on 10 Aug 2015 at 12:28

GoogleCodeExporter commented 9 years ago
Merged on GitHub. Relased as Chromey Calculator 2 beta 6.1.7 on: 
https://chrome.google.com/webstore/detail/cloudy-calculator-2/gpnjkkgajfmdmbbpad
igjlhpkaopfccl 

Original comment by iisi50...@gmail.com on 10 Aug 2015 at 12:28