Pretius / Pretius-APEX-Enhanced-Lov-Item

Oracle APEX plugin
MIT License
24 stars 11 forks source link

Clicking on error Associated Item doesn't trigger focus #43

Open Cristian-I opened 4 years ago

Cristian-I commented 4 years ago

Hey,

If you have a validation on an Enh Lov Item and even if that item is also set as an Associated Item when you click on the error it doesn't focus the item. image

I think this is more of a nice to have but still it helps a lot the users.

Thank you, Cristian

bostrowski commented 4 years ago

@Cristian-I thank you for this feedback. I will look closely at how it can be implemented.

michele-pauluzzi commented 4 years ago

it focus on the button for the popup lov

bostrowski commented 4 years ago

@Cristian-I When popup mode is available it does redirect focus to the popup button (as @michele-pauluzzi already point out).

I assume your issue describes the situation when ONLY autocomplete mode is available and an item is not focused after clicking on validation message. Am I right?

This behaviour should be considered as a bug and will be fixed in the nearest release.

Cristian-I commented 4 years ago

@bostrowski Yes, you are right. This issue happens when only autocomplete mode is selected.

Thank you for looking into this.