Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 811 forks source link

All links disabled when Quick Reply is open #8820

Open ChrLackner opened 2 years ago

ChrLackner commented 2 years ago

If Quick Reply dialog is open clicking on other links just scrolls down to the dialog.

  1. Open topic
  2. Click on Quick Reply
  3. Click on Main Forum Link

Instead of going back to main forum just scrolls down to just above the quick reply input.

Joomla version: 4.0.6 Kunena version: 6.0.0-BETA7 Kunena template name and version: Aurelia 6.0.0-BETA7 Kunena editor in use: Php version: 7.4 Database version: 8.0.28 MySQL

Desktop (please complete the following information):

github-actions[bot] commented 2 years ago

Thank you for the report, we will looking soon at the issue

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity.

xillibit commented 2 years ago

You mean when using modal or always visible for the setting of quick reply ?

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity.

Ruud68 commented 2 years ago

this is happening when selecting in aurelia template Type Quickreply = default because the default (displayed) form is a modal that is not displayed as a modal, it is ovrelapping the buttons below the form (because the height of the .modal is 100% So the buttons below the form are shown, but are behind the modal.

In my own template I removed this 'default' option and only use the 'real' modal.

If you want to fix this, then the default quickreply form needs to be rewritten to not be a .modal