Closed (fixed)
Project:
Visual select file
Version:
7.x-1.3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2014 at 11:29 UTC
Updated:
6 Aug 2024 at 13:13 UTC
Jump to comment: Most recent
Comments
Comment #1
rudiedirkx commentedComment #2
rudiedirkx commentedI don't use Bootstrap. Gimme a patch or tell me what to change, exactly.
(Same issue as #2153303: Element agnostic selection of submit button (another project): theme agnostic button selection.)
Comment #3
rudiedirkx commentedI also get these when I enable bootstrap:
Wasn't me!
When I fix this, it looks like shit, because Bootstrap changes everything. And it still doesn't work, because Bootstrap breaks something else. Some JS error in the modal/dialog/popup, because bootstrap overrides scroll by anchor (wtf seriously?).
So what I've done instead is add a variable that you can change to anything you want to select the submit button:
visual_select_file_submit_button_selector. Its default value isinput[type="submit"].It's in dev.
I'll create a new release later. Lucky.
Comment #4
rudiedirkx commented