Page 1 of 1

About Button property

Posted: Thu Mar 31, 2022 9:14 am
by BluStar
HI to all.

I have two buttons.

When I display the preview option in the browser, they don't get the focus when I press the tab key, even if I fill in the Tab Index property with 1 and 2. Because ?

In addition, the Access Key property, if for example I insert the letter "e", nothing happens in preview if I press the key. Because ?

Thank you.

BS

Re: About Button property

Posted: Thu Mar 31, 2022 9:35 am
by Pablo
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.

I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.

For further details about how to share a project file, please see this FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134

Re: About Button property

Posted: Thu Mar 31, 2022 1:56 pm
by BluStar
I'm sorry but I don't have a web hosting.
I am testing the trial version of the software.

BS

Re: About Button property

Posted: Thu Mar 31, 2022 2:00 pm
by BaconFries
You can still share the project by uploading it to the likes of Google Drive or one of the many file sharing sites such as Mediafire and provide the url they generate. Note in general the forum is for registered users (paid) of the software to ask for help with its use.

Re: About Button property

Posted: Thu Mar 31, 2022 3:06 pm
by BluStar

Re: About Button property

Posted: Thu Mar 31, 2022 4:04 pm
by Pablo
It seems to work correct.

However, you can added an 'onclick' event to the button so this will override the default click behvaior of the button.
Also, your buttons have non 'focus' style' so you will not see the different between normal and focus mode.

To add focus style you can either use transition or define the style in the Style Manager, via pseudo classes.