Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
I understand the DNN UX guide is outdated if compared to newer standards like Bootstrap, however, it is still published online as The standard used by DNN and has been used in many 3rd party modules. DNN 10 should strive to ensure compatibility with the DNN UX standards to allow 3rd party modules developers time to migrate to a different framework. We're seeing a lot of broken formatting in our modules that previously followed the DNN UX guide.
Steps to reproduce?
- Go to https://uxguide.dotnetnuke.com/UIPatterns/SimpleFormDemo.html
- Open developer tool and select the form demo and copy the rendered HTML from the developer window. We want the section of the rendered HTML and not the HTML from the View Markup tab since we don't need any of the ASP tags.
- Go to DNN 10 and create a plain Test page.
- Add a HTML module and paste the copied HTML into the source view.
- Notice many of the HTML elements look very different and "broken" compared to the demo.
Current Behavior
HTML formatting rendered is broken compared to what is shown on the DNN UX demo site.
Expected Behavior
DNN 10 should strive to provide backward compatibility at least with its own previous published standards to allow developers the time to migrate to a different framework (e.g Bootstrap).
Relevant log output
Anything else?
No response
Affected Versions
10.0.0 (latest v10 release)
What browsers are you seeing the problem on?
Chrome
Code of Conduct
- I agree to follow this project's Code of Conduct