Update #1 v.0.0.2
- Till today you must move your mouse over to prompt window to get the focus to the prompt textfield.
- Now it have auto focus, even if you click one of the 'better 'prompted' buttons.
- So you can write just after the click.
I searched a time for a solution related to this bug(!) and now it is simple as it can be.
We live and learn
openstyles/prosilver/template/posting_buttons.html
findCode:
</div>
<!-- ENDIF -->
after addCode:
<script type="text/javascript">
$('input.button2').click(function(){
if ($("#popup_prompt").length){
$("#popup_prompt").focus();}
});
</script>
Clear all board- and browser-caches
--------------
- Demo is updated
- Package will be updated soon