Bug #67359
closedEpic #55575: Streamline JavaScript Code in the TYPO3 Backend
Resolve the conflict between Bootstrap 3 and PrototypeJS in Backend
0%
Description
I used the bootstrap dropdown button in my backend module and recognize a weird behavior. The button always disappear after clicking on it. After four hours trying to find a solution i found that the for that behavior relies on a conflict between bootstrap and PrototypeJS.
[[http://www.softec.lu/site/DevelopersCorner/BootstrapPrototypeConflict]]
The site describe the problem very well and offers two solutions. Please implement one of them. It seems to be that not only the dropdown function is affected.
Updated by Benni Mack over 9 years ago
- Status changed from New to Accepted
- Assignee set to Benni Mack
Updated by Daniel Goerz over 9 years ago
Isnt this solved with https://forge.typo3.org/issues/39721?
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Benni Mack about 9 years ago
- Category changed from Backend User Interface to Miscellaneous
- Parent task set to #55575
Updated by Frank Nägler about 9 years ago
- Status changed from Accepted to Needs Feedback
can you please test again with current master? We use dropdown buttons (SplitButton) within the new DocHeaders. There is no problem.
If the problem still occurs, can you provide a demo extension?
Updated by Benni Mack about 9 years ago
- Status changed from Needs Feedback to Rejected
This is fixed IMHO now. No problems anymore.