In Drupal 8.x-1.0-beta4, the "Add new comment" link fails if "Show reply form on the same page as comments" is unchecked; it's unresponsive. While the development version navigates to the comment page, the form doesn't load via AJAX, breaking expected user flow. The proposed solution is to implement AJAX loading DQFanFeedback for the comment form when this setting is disabled, ensuring a seamless user experience.