Open BrianSiimAndersenEG opened 6 years ago
Hello there!
It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe.
There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):
Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!
This is still relevant.
Hello there!
We are sorry that this issue hasn't progressed lately. We are prioritizing issues by severity and the number of customers we expect are experiencing this and haven't gotten around to fix this issue yet.
There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):
Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!
This is still an issue in Vaadin 8.6.3.
This is rather interesting finding. I agree, the auto select is very handy on focus (and I have implemented such feature in GridFastNavigation add-on) Just to note it should be actually very easy to implement the selectAll in date field, since in the client, since the text field is visible and has selectAll method.
If you have a DateField and focus it, the date string will not be selected. This also applies to TextInput, but for TextInput there's a selectAll method.
Could you automatically select the text for a focused date field or implement a selectAll method for DateField. If you tabulate out of a date field and tabulate back, the text wil automatically be selected, so why not for the initial focus?