Problem/Motivation

Taking the cursor to the results tabs showing the arrow.

Steps to reproduce

  1. Go to /admin/modules/browse
  2. Take the mouse pointer to the results tabs
  3. Result tabs

Proposed resolution

For a better user experience, the cursor should be changed to the pointer.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Prashant.c created an issue. See original summary.

amit.mall’s picture

Assigned: Unassigned » amit.mall
amit.mall’s picture

StatusFileSize
new246 bytes

patch is attached for this

amit.mall’s picture

Status: Active » Needs review
kanchan bhogade’s picture

StatusFileSize
new93.14 KB

Hi
I am unable to reproduce the Issue, The Result Tab is unable to be seen at my end.
Testing steps:

  1. Install Project browser
  2. Go to /admin/modules/browse

Attaching Screenshot

vinmayiswamy’s picture

StatusFileSize
new339.32 KB
new338.57 KB

Hi,
I'm also unable to reproduce this issue in the local environment, but I'm able to check it out on GitPod.
I tested patch 3456978.patch in Drupal version 10.3.1-dev on GitPod. Furthermore, I can confirm that the cursor has changed to a pointer when I hover my cursor over the results tab.

Attaching screenshots for reference.

Before Fix:
before-patch-3456978

After Fix:
after-patch-3456978

RTBC +1

Thanks!

sagarmohite0031’s picture

StatusFileSize
new147.46 KB

Hi,
I am not able to reproduce the issue, the result tab is not there.
Check attachments

kanchan bhogade’s picture

StatusFileSize
new497.32 KB
new379.92 KB

I'm able to reproduce the issue on my local with Drupal 10.3.1
The patch applied cleanly...

Test Result:
The cursor has changed to a pointer when hovering the cursor over the results tab.

RTBC+1

snehal-chibde’s picture

StatusFileSize
new290.3 KB
new257.63 KB

I am able to reproduce the issue on my local with Drupal 10.3.1
The patch applied successfully.

Test Result:
The cursor has changed to a pointer on hover of the results tab.

Added before and after video for reference.

RTBC++

prashant.c’s picture

Priority: Normal » Minor

chrisfromredfin made their first commit to this issue’s fork.

chrisfromredfin’s picture

Thanks, I've moved this to an MR workflow and updated the code to make better sense in PB/BEM.

prashant.c’s picture

Rebased the branch with 2.0.x not sure why it is showing multiple changes. It is taking this commit also https://git.drupalcode.org/project/project_browser/-/merge_requests/568/....

Can someone review if working fine, we can move it to RTBC.

chrisfromredfin’s picture

Status: Needs review » Needs work

I think you did a bad rebase @prashant.c, and I don't think it was necessary. The entire changeset for this issue should be what I had in https://git.drupalcode.org/issue/project_browser-3456978/-/commit/289f69...

prashant.c’s picture

Version: 1.0.x-dev » 2.0.x-dev

prashant.c changed the visibility of the branch 3456978-cursor-pointer-for to hidden.

prashant.c’s picture

Status: Needs work » Needs review

Due to the very bad rebase I had to recreate the branch. I have created a new MR.

Should be good to go for RTBC!

prashant.c’s picture

Assigned: amit.mall » Unassigned
paraderojether’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new2.3 MB
new1.74 MB

Hi

I reviewed MR!570, applied it against Project Browser 2.0.x-dev, and confirmed the cursor is changed to a pointer when hovering over the results tab.

I added a recorded video for reference.
Thank you.

esha_kundu’s picture

StatusFileSize
new218.87 KB
new219.23 KB
new241.1 KB
new161.85 KB

Hello,
I've reviewed the changes by following the below steps:

  • I installed the Project Browser module version 2.0.0-alpha3 in Drupal version 10.3.2, enabled the modules Project Browser, Project Browser Devel, Project Browser Source Example.
  • Went to /admin/modules/browse and found the four tabs, on hovering the cursor had default value.
  • Applied the MR!570 which applied cleanly.
  • Went to /admin/modules/browse. On hovering the tabs cursor had pointer.

Attached the ss and video for reference. RTBC +.
Thanks

prashant.c’s picture

Thanks #21 and #22 for testing this. Kindly do not attach before/after files multiple times on any issues, if you see these were already attached above.

chrisfromredfin’s picture

+1, this is ready to go. Waiting until we get a larger issue in so that one doesn't end up in rebase hell, whereas this one is nice and tiny and self-contained, and can endure the rebase much easier. :)

chrisfromredfin’s picture

Status: Reviewed & tested by the community » Needs work

We now have a failing test...?

    Drupal\Tests\project_browser\FunctionalJavascript\ProjectBrowserUiTestJsonApi::testAdvancedFiltering
    WebDriver\Exception\JavaScriptError: javascript error:
    {"status":60,"value":"[object HTMLOptionElement] has no size and location"}

This seems to be consistent tho - I re-ran it three times, with the same failure each time. Plus testAdvancedFiltering isn't one that rings a bell as flaky.

utkarsh_33 made their first commit to this issue’s fork.

utkarsh_33’s picture

Status: Needs work » Needs review

The CI is passing now.Marking it NR.

torfj’s picture

Status: Needs review » Reviewed & tested by the community

I can confirm that with the latests changes the cursor changes to a pointer on the results tabs. Tested using PB 2.0.x-dev and core 11.0.1. Thanks all!

chrisfromredfin’s picture

Status: Reviewed & tested by the community » Fixed

thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.