Bug #6611
closedZendesk overlay prevents clicking on elements throughout Commons sites
0%
Description
Reporting that I had to enter the CSS below to the TLC site (cuny.is/tlc) to get the two right most menu items (Programs and About) to be clickable.
iframe#ticketSubmissionForm {
display: none;
}
Seems related to this issue -- https://redmine.gc.cuny.edu/issues/5792#note-20 -- but required a different fix. May there be a broader issue with the ticketing system interfering with site display across the Commons? This problem wasn't there earlier. I did change the header on the site this week, and played with moving the location of the menu, but ultimately kept it in the same spot.
Related issues
Updated by Boone Gorges about 8 years ago
- Related to Bug #6599: Accept Friend button not working added
Updated by Boone Gorges about 8 years ago
- Related to Bug #6602: Add Friend button not working added
Updated by Boone Gorges about 8 years ago
Ray, can you please look into a more general solution?
Updated by Boone Gorges about 8 years ago
- Assignee changed from Boone Gorges to Raymond Hoh
Updated by Boone Gorges about 8 years ago
- Subject changed from Ticket Submission Form Issue to Zendesk overlay prevents clicking on elements throughout Commons sites
Updated by Raymond Hoh about 8 years ago
- Category name set to ZenDesk
- Status changed from New to Resolved
- Target version set to 1.10
Thanks for finding this problem, Luke.
I've deployed a hotfix for this in commit d09c000.
This is live on production. You should be able to remove the display:none
CSS declaration now.