Actions
Bug #63312
closedLink Wizard doesn't work in Internet Explorer
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-11-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
There's a bug in TYPO3 6.2.6 (Internet Explorer 10). We're using the flux extension for creating the Flexforms.
That's what my FLUX template looks like:
<flux:form.section name="links" label="Links">
<flux:form.object name="linkObj">
<flux:field.input name="title" label="Titel"/>
<flux:field.input name="link" label="Linkziel">
<flux:wizard.link/>
</flux:field.input>
</flux:form.object>
</flux:form.section>
Everytime, when there is a link inside of a section and an object, the Link Wizard in TYPO3 doesn't work anymore. I can open the Link Wizard and choose, i.e. a page or a file, but when I click "save" the changes are missing. The issue only occurs in Internet Explorer 10. I'm sorry for this, but we have to support this browser. ;-)
Actions