Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: ge on July 05, 2018, 06:36:17 PM

Title: elastic Skin
Post by: ge on July 05, 2018, 06:36:17 PM
Hi everyone

I have a question about the new elastic skin that will be included with 1.4 beta, most of the blue buttons are disabled, as in the "Send" email, "Edit" contacts, "Save" button settings and so on.

Having a look at the code for one of this buttons, it has "disabled" on it:

<button class="btn btn-primary send" tabindex="0" data-content-button="true" type="button" id="rcmbtn119" onclick="return rcmail.command('send','',this,event)" value="Send" disabled="" aria-disabled="false">Send</button>

Any idea why that is, or how to fix that issue?
Title: Re: elastic Skin
Post by: JohnDoh on July 06, 2018, 02:38:33 AM
Are there any JS errors in your browser console? try will all plugins disabled.
Title: Re: elastic Skin
Post by: ge on July 11, 2018, 07:05:08 AM
I have the following errors:

change_lang.gif:1 Failed to load resource: the server responded with a status of 404 ()
jquery.min.js?s=1530811371:36 jQuery.Deferred exception: rcmail
Title: Re: elastic Skin
Post by: JohnDoh on July 11, 2018, 01:37:27 PM
What version of rc are you running?
Title: Re: elastic Skin
Post by: ge on July 11, 2018, 05:44:47 PM
1.4-git
Title: Re: elastic Skin
Post by: JohnDoh on July 12, 2018, 07:38:40 AM
have you tried with all rc plugins disabled? have you checked for cached JS in your browser? can you provide steps to recreate the error?
Title: Re: elastic Skin
Post by: ge on July 13, 2018, 06:35:25 PM
Yeah, I've tried all of that. Disabled all of the plugins, cleared the cached, tried on a new browser but still have the same problem. I just login to roundcube and the go to send email or to settings, but the send/save button is disabled. Please is. attached screenshots.

I can't upload the screenshoots here because the attachment sizes are ridiculously low so I've uploaded them to my server and posted the links.

(https://hivemail.com/1.png)
(https://hivemail.com/2.png)
(https://hivemail.com/3.png)
Title: Re: elastic Skin
Post by: JohnDoh on July 14, 2018, 02:20:22 AM
I don't know what to tell you, it works fine for me. enable_checkbox_selection() is defined in program/js/list.js. I guess you need to put some debug into skins/elastic/ui.js and see if you can track down the cause of the error.