Closed (outdated)
Project:
Drupal core
Version:
11.x-dev
Component:
javascript
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Jun 2009 at 18:35 UTC
Updated:
22 Sep 2024 at 11:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yched commentedThis is most probably not for CCK D7.
And this is in fact not for CCK at all, but for core's autocomplete feature.
Comment #2
aren cambre commentedMoving to core feature request.
Comment #3
bjaspan commentedThis may be a good idea, but not if only one kind of form element does it.
Comment #4
bjaspan commented... and thus I see no reason why it is specifically a Field API issue.
Comment #5
aren cambre commentedThanks. Can you help me route this? I'm not sure where to put this issue.
Comment #6
yched commentedComment #7
Bojhan commentedAre we done moving it around :P? Lets get some screenshots up or demo to see its usefulness.
Comment #8
aren cambre commentedDemo: Open your favorite web browser, surf to a site, then click in the address field. The entire field becomes selected. You must click again to not select the entire field.
Comment #9
Bojhan commentedAhh, thats clear language :) Sounds like a improvement that makes sense - I couldn't decipher the drupal language.
Comment #10
aren cambre commentedRemoving tag because #8 sufficiently clarifies.
Comment #11
p.brouwers commentedMade a patch for this which will select the field when clicking inside the autocomplete field
Comment #12
dries commentedHow to test this?
Comment #13
p.brouwers commentedeither manually of with a selenium test I guess, cause it's Javascript.
Comment #14
MichaelCole commented#11: autocomplete.patch queued for re-testing.
Comment #15
ff1 commentedBumping to D8...
Comment #16
kscheirer#11: autocomplete.patch queued for re-testing.
Comment #18
jpoirierpinto commentedIs this still an issue?
Comment #32
quietone commentedI tested this on Drupal 11.x, Umami install, today. When a nodereference autocomplete field gets focus, from clicking inside or tabbing to it, the field the entire contents of the autocomplete field is selected. This is not working as expected.