fidley / falv

FALV - Fast ALV Grid
https://abapblog.com
GNU General Public License v3.0
141 stars 53 forks source link

Hotspots needs double click? #36

Closed Bonzay0 closed 7 years ago

Bonzay0 commented 7 years ago

When using hotspot in salv or normal alv there is no need for the double click. When using hotspot with falv a double click on the column is needed.

Why there's a different behavior? is it fixable?

fidley commented 7 years ago

Can you tell me which version do you have? 7.31 or 7.40 ? I remmember that I had such issue previously but now seems to be ok.

Bonzay0 commented 7 years ago

I have the v740.1.0.11

fidley commented 7 years ago

Thanks, I'll check at home on current version if the problem still exists. There were some minor changes in v740.1.0.12.

fidley commented 7 years ago

Now I remember something... could you install newer version? This bug was connected to delayed events, they were registered directly while creating falv but they made this error that once you've clicked to hotspot then delayed cell selection event was raised and not hot spot.

Bonzay0 commented 7 years ago

It still doesn't work, even in v740.1.0.12.

So it might yet to be resolved or I installed the nugget incorrectly.

fidley commented 7 years ago

I see it in the code which is in the nugget and abapGit. Methods create and create_by_copy. I will remove this in the evening.

image

fidley commented 7 years ago

solved with version 13