Skip to content

[Bug]: DNN 10 breaks DNN UX Guide formatting #6527

Open
@stephen-lim

Description

@stephen-lim

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?

  1. Go to https://uxguide.dotnetnuke.com/UIPatterns/SimpleFormDemo.html
  2. 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.
  3. Go to DNN 10 and create a plain Test page.
  4. Add a HTML module and paste the copied HTML into the source view.
  5. 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.

Image

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).

Image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions