Actions
Bug #95998
closedCan't add a link on an image with link browser
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-11-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
How to reproduce :
- create a content element with an image tab ('text and image' or 'image' for example)
- add an image through the image tab
- click on link browser button in order to create a link on the image
The link browser url :
Request URL: http://www.xxxx.local/typo3/wizard/link/browse?token=xxxx&P[table]=sys_file_reference...
is called two times - have a look at attached file.
This lead to two "modal-backdrop" div and then you can do nothing more because there is a gray background overlapping the popup - have a look at attached file.
<div class="modal-backdrop fade show"></div>
<div class="modal-backdrop fade show" style="z-index: 1010;"></div>
Files
Updated by Georg Ringer about 3 years ago
- Status changed from New to Closed
thanks for creating the issue. we are aware and this will be solved with #96009
Updated by Georg Ringer about 3 years ago
- Is duplicate of Bug #96009: inputType=inputLink not working anymore in IRRE added
Actions