webodf / ViewerJS

ViewerJS: Document Reader in JavaScript
http://viewerjs.org
1.94k stars 421 forks source link

Buttons stay highlighted/focussed after clicking on them #38

Closed kossebau closed 9 years ago

kossebau commented 10 years ago

Focus seems to stay on toolbar elements when using them.

E.g. after having clicked the Previous Page button the button keeps the click-highlighting markup: focusstaysonbuttoninviewerjs

adityab commented 10 years ago

I think this is a feature, not a bug. ;)

kossebau commented 9 years ago

Fixed in v0.5.6

vgianni80 commented 9 years ago

Not work, i use in a .tpl file on Prestashop, and i can see only first page. If i use this sintax: <iframe src = "/presta/ViewerJS/#..{$link->getPageLink('attachment', true, NULL, "id_attachment={$attachment.id_attachment}")|escape:'html':'UTF-8'}" width='724' height='1024' allowfullscreen webkitallowfullscreen> i can see only first page.

I tryed this sintax: <iframe src = "/presta/ViewerJS/?startpage=2#..{$link->getPageLink('attachment', true, NULL, "id_attachment={$attachment.id_attachment}")|escape:'html':'UTF-8'}" width='1024' height='724' allowfullscreen webkitallowfullscreen> i can see only second page.

Why? Thaknks

2015-03-16 15:07 GMT+01:00 Friedrich notifications@github.com:

Fixed in v0.5.6

— Reply to this email directly or view it on GitHub https://github.com/kogmbh/ViewerJS/issues/38#issuecomment-81686685.

kossebau commented 9 years ago

Hi vgianni80, to help us tracking problems, please do not reuse an issue that is about an unrelated problem. I created a new issue #126 for you, let's use that for your problem.