You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upload dialog works bad.
Buttons of upload dialog are created by this code: return $('<div class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only elfinder-tabstop elfinder-focus"><span class="ui-button-text">'+fm.i18n(caption)+'</span></div>')
When I click DIV it show me OS dialog to select file, but when I click SPAN which is text of button then nothing happen. So clicking into DIV is only small space between button text and button border. It must work on all button elemens DIV and SPAN.
The text was updated successfully, but these errors were encountered:
@applibs I found a cause. Usually, the <form> element completely covers the <div> element, but this problem occurs if the <form> element is not completely covered under the influence of other style sheets. So I will fix this.
Upload dialog works bad.
Buttons of upload dialog are created by this code:
return $('<div class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only elfinder-tabstop elfinder-focus"><span class="ui-button-text">'+fm.i18n(caption)+'</span></div>')
When I click DIV it show me OS dialog to select file, but when I click SPAN which is text of button then nothing happen. So clicking into DIV is only small space between button text and button border. It must work on all button elemens DIV and SPAN.
The text was updated successfully, but these errors were encountered: