Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] [BUG] fix suggestion list cutoff issue #2644

Merged
merged 3 commits into from
Nov 1, 2022

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 195cc8e from #2607

In this PR, we fixed the suggestion list cutoff in an easy way.
We remove width 250px and add block display to allow browser to
select a width and add ellipsis at the bottom.

However, we might have longer input that can't fit into the search.
When we truncate the search, the elements look the same which might
be still an issue for customer usage. We definitely need more
feedbacks on the cutoff behavior.

Issue resolved:
#2555

Signed-off-by: Anan Zhuang <ananzh@amazon.com>

Signed-off-by: Anan Zhuang <ananzh@amazon.com>
(cherry picked from commit 195cc8e)
@opensearch-trigger-bot opensearch-trigger-bot bot requested a review from a team as a code owner October 21, 2022 20:18
ananzh
ananzh previously approved these changes Oct 21, 2022
@joshuarrrr
Copy link
Member

There appears to be an issue with bwc artifacts:

Run actions/download-artifact@v3
/usr/bin/docker exec  2a835a58ee4766f2e4260d5d9258f71b865bdc9520e54541041fd392e7ccb16d sh -c "cat /etc/*release | grep ^ID"
Starting download for linux-x64-2.4.0
Error: Unable to find any artifacts for the associated workflow

@codecov-commenter
Copy link

Codecov Report

Merging #2644 (7ca2154) into 2.x (363c623) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              2.x    #2644   +/-   ##
=======================================
  Coverage   66.75%   66.76%           
=======================================
  Files        3209     3209           
  Lines       61244    61244           
  Branches     9348     9348           
=======================================
+ Hits        40883    40889    +6     
+ Misses      18123    18118    -5     
+ Partials     2238     2237    -1     
Impacted Files Coverage Δ
...ared/static/forms/hook_form_lib/hooks/use_field.ts 66.66% <0.00%> (+0.96%) ⬆️
packages/osd-optimizer/src/node/cache.ts 52.77% <0.00%> (+2.77%) ⬆️
...s/osd-optimizer/src/node/node_auto_tranpilation.ts 87.75% <0.00%> (+4.08%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ananzh ananzh merged commit 9ac1708 into 2.x Nov 1, 2022
@github-actions github-actions bot deleted the backport/backport-2607-to-2.x branch November 1, 2022 02:58
@joshuarrrr joshuarrrr added the v2.4.0 'Issues and PRs related to version v2.4.0' label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2.4.0 'Issues and PRs related to version v2.4.0'
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants