HDInnovations / UNIT3D-Community-Edition

Private Torrent Tracker Built With Laravel, Livewire and AlpineJS.
GNU Affero General Public License v3.0
1.97k stars 378 forks source link

WysiBB textarea require error #146

Closed VerioPL closed 6 years ago

VerioPL commented 6 years ago

Description:

In upload form when adding new torrent and clicking submit button nothing happens. In developers console is I can see: An invalid form control with name='description' is not focusable. upload:1 Probably error is in another textareas.

Possible Fix:

Probably turning off required param for textareas. https://www.google.pl/search?q=textarea+required+is+not+focusable

VerioPL commented 6 years ago

Browser is Vivaldi based on Chromium engine

VerioPL commented 6 years ago

After manual remove "required" param in developers console form can be submitted.

HDVinnie commented 6 years ago

I fix this......seems cross browser issue as I didn't have this when I first committed the changes and tested on safari.