Closed loklokyx closed 1 month ago
Issue 1: shared_colours Return Format
shared_colours
Current Behavior:
is_match
True
'paragraphs': [[{'rsid': '00E42020', 'colour': {'rgb(100,0,100)'}, 'text': 'Test ', 'is_match': True}]
Expected Behavior:
'paragraphs': [[{'rsid': '00E42020', 'colour': 'rgb(100,0,100)', 'text': 'Test ', 'is_match': True}]
Issue 2: Visualise Page Colour Hiding and RSID Syncing
<p>
Issue 3: Colour Picker RSID Adjustment in Visualise Page
Hide/Show [HEX colour] [colour picker input]
Hide/Show [RSID] [HEX colour] [colour picker input]
Branch issue-73-Incorrect_Colour_Format_and_Visualisation_Page_Behaviour created!
added issue 3 for the colour picker presentation with rsid.
Bug: Incorrect Colour Format and Visualisation Page Behaviour
Issue 1:
shared_colours
Return FormatCurrent Behavior:
is_match
isTrue
, theshared_colours
return is in a dictionary format instead of a proper RGB string.Expected Behavior:
shared_colours
value should be returned as an RGB string.Issue 2: Visualise Page Colour Hiding and RSID Syncing
Current Behavior:
<p>
tag within a div, while it should hide all<p>
tags within that div.is_match
is hidden in one document, it does not reflect in the second document, even though both share the same RSID.Expected Behavior:
<p>
tags) within the div.is_match
is hidden in one document, the same RSID in the second document should also be hidden, as they share the same RSID.Issue 3: Colour Picker RSID Adjustment in Visualise Page