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
Is your feature request related to a problem? Please describe.
We are not passing the direction to the Navigation so the dividers lines are wrong for rtl scripts as the CSS is not applied properly.
Describe the solution you'd like
Get the direction from the service config file in the Navigation Container and pass it to the Navigation component as a prop.
Dev insight: Will Cypress tests be required or are unit tests sufficient? Will there be any potential regression? etc
This feature is expected to need manual testing.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
DenisHdz
added
blocked
This issue should not be worked on until another internal issue is completed - see desc for details
Refinement Needed
This is ready for refinement. It shouldn't be worked on until it has been refined by Dev & Test.
ws-frontpage-stream
labels
Sep 13, 2019
Is your feature request related to a problem? Please describe.
We are not passing the direction to the Navigation so the dividers lines are wrong for
rtl
scripts as the CSS is not applied properly.Describe the solution you'd like
Get the direction from the service config file in the Navigation Container and pass it to the
Navigation
component as a prop.<Navigation script={script} skipLinkText={skipLinkText} service={service}> dir={dir}
Describe alternatives you've considered
N/A
Testing notes
[Tester to complete]
Dev insight: Will Cypress tests be required or are unit tests sufficient? Will there be any potential regression? etc
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: