You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.
What happened?
Problem
An Insights Hub application started to use IX for their UI.
The IX css applies styles to native elements like lables, inputs without the use of any namespacing.
Thus, it is overriding elements of non-IX components.
This becomes an issue, as Insights Hub applications have to include the "OS Header" from Insights Hub.
Furthermore this will prevent existing applications from adopting IX in a step-wise way.
Example
Possible Solution(s)
Namespacing the CSS so that developers have to add a class to a container (can be body or html too) which should use IX within.
Do not apply styles to native elements by default, rather provide an additional class so developers can actively choose to use this rather error prone approach
What type of frontend framework are you seeing the problem on?
Others
Which version of iX do you use?
x.x.x
Code to produce this issue.
unfortunately I do not have access to the specific application that raised the issue.
The text was updated successfully, but these errors were encountered:
Prerequisites
What happened?
Problem
An Insights Hub application started to use IX for their UI.
The IX css applies styles to native elements like lables, inputs without the use of any namespacing.
Thus, it is overriding elements of non-IX components.
This becomes an issue, as Insights Hub applications have to include the "OS Header" from Insights Hub.
Furthermore this will prevent existing applications from adopting IX in a step-wise way.
Example
Possible Solution(s)
What type of frontend framework are you seeing the problem on?
Others
Which version of iX do you use?
x.x.x
Code to produce this issue.
unfortunately I do not have access to the specific application that raised the issue.
The text was updated successfully, but these errors were encountered: