-
Notifications
You must be signed in to change notification settings - Fork 960
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
[BUG] Play/Wrench Button Regression in Dev Tools #3916
Comments
kavilla
added a commit
to kavilla/OpenSearch-Dashboards-1
that referenced
this issue
Apr 21, 2023
Fix UI bug that did not update the console with the correct values. offsetTop was always 0 and the value needed the pixel. Issue: opensearch-project#3916 Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
8 tasks
kavilla
added a commit
to kavilla/OpenSearch-Dashboards-1
that referenced
this issue
Apr 21, 2023
Fix UI bug that did not update the console with the correct values. offsetTop was always 0 and the value needed the pixel. Issue: opensearch-project#3916 Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
kavilla
added a commit
to kavilla/OpenSearch-Dashboards-1
that referenced
this issue
Apr 21, 2023
Fix UI bug that did not update the console with the correct values. offsetTop was always 0 and the value needed the pixel. Issue: opensearch-project#3916 Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Removing untriaged label as we have a PR open linked to this issue. PR is still work in progress. |
Fixed by reverting #3929 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The Play/Wrench buttons do not move as focus is changed from one command to another in dev tools.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect that the request with focus (where the cursor is) should have the Play button and wrench.
OpenSearch Version
Docker Image: opensearchstaging/opensearch:2.7.0.7747
Dashboards Version
Docker image: opensearchstaging/opensearch-dashboards:2.7.0.6090
Plugins
opensearch-alerting 2.7.0.0
opensearch-anomaly-detection 2.7.0.0
opensearch-asynchronous-search 2.7.0.0
opensearch-cross-cluster-replication 2.7.0.0
opensearch-geospatial 2.7.0.0
opensearch-index-management 2.7.0.0
opensearch-job-scheduler 2.7.0.0
opensearch-knn 2.7.0.0
opensearch-ml 2.7.0.0
opensearch-neural-search 2.7.0.0
opensearch-notifications 2.7.0.0
opensearch-notifications-core 2.7.0.0
opensearch-observability 2.7.0.0
opensearch-performance-analyzer 2.7.0.0
opensearch-reports-scheduler 2.7.0.0
opensearch-security 2.7.0.0
opensearch-security-analytics 2.7.0.0
opensearch-sql 2.7.0.0
Screenshots
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: