mike-jumper commented on pull request #616: URL: https://github.com/apache/guacamole-client/pull/616#issuecomment-853426249
The issue with the pagination directive was due to a change in AngularJS 1.8.x and jQuery 3.5.0+ where the automatic XHTML -> HTML filtering has been removed. A self-closing tag like `<div/>` previously would have been translated to `<div></div>`, but now is instead given to the browser verbatim. The browser then interprets it as an unclosed `<div>`, leading to unexpected nesting of elements. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
