Christoph Stickel

Results 12 comments of Christoph Stickel

Isn't it possible to reuse the sourcecode from the other attiny core? http://code.google.com/p/arduino-tiny/source/browse/trunk/hardware/tiny/cores/tiny/Tone.cpp Sorry that i can't contribute to the code, but i'm quite new to microcontroller development and that...

Since the other core does work great for projects, that use tone(), there is no need for a soon integration. It would be more a nice to have feature. The...

Also highly interested in a fix for this problem. Especially because IE11 adds a ```#``` for ```window.location.hash = '';``` even if there was no hash value before. And the angular...

sorry for this huge pull request, i'll add some comments to the diff to make it more simple to understand. i tried to copy native select box behavior as good...

Setting top and left should be optional anyways. In most cases this could be solved with css only. .sb-custom { position:relative; } .sb-custom .dropdown { position:absolute; top:0px; left:0px; } It...

@poliquinp i just commited a bugfix that should solve the problem. The changeset can be found there: https://github.com/mixer2/Custom-Selectbox/commit/0bdd496fa612ae77465fca241bc0cc69ba35d19d You can use the forked version, till the pull request is merged...

Can you write an example html file? It's hard to reproduce the problem with just the options contents. What are the values, the css, etc.

http://pastebin.com/ would be a possibility. alternatively just upload it to a webserver. EDIT: oh and please tell me in which browser (and version) you experienced the buggy behavior.

Okey, there are two bugs: - Selectbox doesn't seem to work with jquery 1.7 (input doesn't show the value and keyboard navigation doesn't work at all. Items at far bottom...

If you use the version from https://github.com/mixer2/Custom-Selectbox exactly the clicked item should get selected. If it doesn't something is totally wrong.