Skip to content

Bugfix - #4

Open
FallBackITA27 wants to merge 2 commits into
AtishaRibeiro:devfrom
FallBackITA27:patch-1
Open

Bugfix#4
FallBackITA27 wants to merge 2 commits into
AtishaRibeiro:devfrom
FallBackITA27:patch-1

Conversation

@FallBackITA27

Copy link
Copy Markdown
Contributor

Style of the Autocomplete boxes was wrong. Also small optimization, no need to calculate stuff when you can just store the value in a variable.

Style of the Autocomplete boxes was wrong. Also small optimization, no need to calculate stuff when you can just store the value in a variable.

@AtishaRibeiro AtishaRibeiro left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe once you change your PR it will retrigger the checks? Not sure why they failed in the first place

Comment thread msgeditor/page_functionality.js Outdated
a.setAttribute("id", e.id + "autocomplete-list");
a.setAttribute("class", "autocomplete-items");
a.setAttribute("style",`width:${e.parentNode.offsetWidth}px`);
a.setAttribute("style",`width:${e.parentNode.offsetWidth}px;position:relative;`); // Otherwise the div will end up way lower than the actual page. --FalB

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

Co-authored-by: Atisha Ribeiro <ribeiro.atisha@gmail.com>
a.setAttribute("id", e.id + "autocomplete-list");
a.setAttribute("class", "autocomplete-items");
a.setAttribute("style",`width:${e.parentNode.offsetWidth}px`);
a.setAttribute("style",`width:${e.parentNode.offsetWidth}px;position:relative;`); // Otherwise the div will end up way lower than the actual page. --FalB

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants