Skip to content

Resolve issue with browsersync breaking the PersonaBar when logged in #355

Description

@david-poindexter

Describe the bug

When using gulp serve, browsersync still works. However, when logged in, it breaks the PersonaBar. The PersonaBar still shows, but it is broken and prevents effective theme development for several reasons.

To Reproduce

Steps to reproduce the behavior:

  1. Log in to the DNN instance in which theme development occurs.
  2. Run gulp serve.
  3. See broken personaBar.

Expected behavior

PersonaBar should not be broken. The theme should have an 80px right push from left to accommodate the PersonaBar space.

Screenshots

image

Errors

Essentially, there are some permissions being written into a JSON object from the DNN backend and by default browsersync skews that JSON object.

Additional context

Recently @valadas came up with a solution for the new DNN 10 theme (see david-poindexter/Dnn.Platform#7).

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions