browsermedia / browsercms

BrowserCMS: Humane Content Management for Rails
http://browsercms.org
GNU Lesser General Public License v3.0
1.17k stars 260 forks source link

File Picker Issue - button is not clickable #729

Open tbodnya opened 10 years ago

tbodnya commented 10 years ago

bcms v = "4.0.0.beta" When using "has_attachment :file" for content blocks it generats file browse button like this: <%= f.input :file, :as => :file_picker, :label => "File" %> It doesn't work - not clickable. Tried in Firefox and Safari