Strange Issue On 2In1 Devices After Upgrade To 4.3.8

Hi there guy.

​I submitted a ticket for this, but after a week, support has told me they cannot replicate the issue and there, for cannot help me.

After upgrading to 4.3.8, it seems that when browsing my store in Chrome and Firefox, the cursor is always in link mode (hand) and not a pointer(arrow). I can still click on links but it is always the hand and not the arrow cursor. This does not happen in the Edge Browser.

This only happens on tablets that have a attachable keyboard, i.e.. Surface Pro 3/4 and HP Spectre etc.

Everything appears fine from my desktop and laptop.

This also happens to me when I browse the CS Cart Demo store as well.
Can anyone with a Surface Pro or HP Spectre like 2in1 verify this for me.

Any help is appreciated

Kind Regards

I have the same issue and for some reason it really bugs me. I was almost ready to do a reformat on my pc as it doesn't seem to happen on other pc's.

Did you download the trial version first? I'm thinking it may have something to do with that? I've had it ever since I bought the full version.

I'm using a Dell laptop.

I guess no body else has this problem? Hard to believe..

rtsMARK and scotttoepfer, post this issue to the bug tracker and add comments there
http://forum.cs-cart.com/tracker/project-1-cs-cart/
They should see that several customers experience this issue

I have the same problem, opened the issue on bug tracker.

If anyone needs a quick fix, here it goes how I solved it on my localhost shop:

In design/themes/your_theme/css/styles

find:

.ty-no-image {
    position: relative;
    display: block;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    color: #c8c8c8;
    cursor: pointer;
And replace this last sentence with:
cursor: default;
Then, find:
.touchevents body {
    cursor: pointer;
And replace it with:
.touchevents body {
    cursor: default;
It worked for me. ;)

If anyone needs a quick fix, here it goes how I solved it on my localhost shop:

In design/themes/your_theme/css/styles

find:

.ty-no-image {
    position: relative;
    display: block;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    color: #c8c8c8;
    cursor: pointer;
And replace this last sentence with:
cursor: default;
Then, find:
.touchevents body {
    cursor: pointer;
And replace it with:
.touchevents body {
    cursor: default;
It worked for me. ;)

Thank you for posting fix here.

Can you please also attach the link to the bug here.

Shure, bug tracker link: http://forum.cs-cart.com/tracker/issue-6462-cursor-always-in-link-mode-hand-and-not-a-pointerarrow/