#25547 closed defect (bug) (worksforme)
”tag suggest box” does not disappear on ”inline edit”
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.8 |
Component: | Quick/Bulk Edit | Keywords: | has-patch |
Focuses: | Cc: |
Description
reappearance:
1.begin ”inline edit”
2.show ”tag suggest”
3.push ENTER key to reflesh the artcle. (during focus on tag text area.)
patch:
tag suggest will disappear with onblur event on text area, and it gives focus to the save button.
Attachments (3)
Change History (28)
#4
@
11 years ago
Thanks, I can now reproduce this.
Steps to reproduce: Open "Quick Edit" -> start typing a tag -> without selecting a tag press enter to save
Expected behaviour: Suggestion-box disappears on save.
Actual behaviour: Suggestion-box stays visible on save. In my case it jumps to the top left corner.
#6
@
11 years ago
Tabbing out of the Tag-Textarea also leaves the input field visible, even if submitted. Now at standard position as on mt8.biz screenshot.
#8
@
11 years ago
On tab key ,
When selected any tag : "tag suggest" disappear and set to textarea.
When selected no tag : "tag suggest" keep appear.
#10
@
11 years ago
This fixes it for me.
The problem was that tab and enter did trigger a refresh on the suggest but due to the timeout-nature hiding the suggest due to blur was before showing it again because of the change to the element. I hope this makes sense.
#12
@
11 years ago
- Keywords dev-feedback added
- Summary changed from canot delete ”tag suggest” on ”inline edit” to ”tag suggest box” dose not disappears on ”inline edit”
#13
@
11 years ago
Do you have problems with my patch? I do not really understand what your last comment/change implies.
#14
follow-up:
↓ 25
@
11 years ago
Ideally this should use UI Autocomplete as it can be controlled better, has more options, is being actively developed and supported, etc. However adding it would probably make more sense as part of reworking the Quick Edit/Bulk Edit functionality. Many things can be improved and coded better there.
#15
@
11 years ago
I'm sorry in poor English.
There is no problem in your patch.
What I do I know the future now?
#17
@
11 years ago
I was tested 2 patterns. The patterns as below,
Test 1:
- Open "Quick Edit".
- Start Editing "Tags-Textarea". ( And Appear The "Tag-Suggests-Box" )
- Press "Enter-Key" And Save The Post. ( And Disappear The Target Row of Table )
Result1 :
"Tag-Suggests-Box" Is Disappeared.
Test 2:
- Open "Quick-Edit".
- Start Editing "Tags-Textarea". ( And Appear The "Tag-Suggests-Box" )
- Press "Tab-Key"And Focus Out "Tags-Textarea" .
Result2 :
"Tag-Suggests-Box" Is Disappeared.
patch filename : 25547.patch
version : trunk( revision:25781 )
#21
@
8 years ago
- Summary changed from ”tag suggest box” dose not disappears on ”inline edit” to ”tag suggest box” does not disappear on ”inline edit”
This ticket was mentioned in Slack in #core by noisysocks. View the logs.
5 years ago
#23
@
5 years ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
Hey @mt8biz, thanks for creating this ticket, it was discussed during a triage session in slack (https://wordpress.slack.com/archives/C02RQBWTW/p1594705348351800).
This was tested by a couple of individuals in 5.4.2.
In the intervening years since it was created this seems to have been resolved, so I'll close the ticket.
#25
in reply to:
↑ 14
@
5 years ago
- Keywords needs-refresh removed
Replying to azaozz:
Ideally this should use UI Autocomplete as it can be controlled better, has more options, is being actively developed and supported, etc.
Just noting that this happened in [38797] / #33902, which appears to have resolved this ticket too.
Can you elaborate a bit more on what expected and actual behaviour is?
Do you want to cause pressing enter to choose the first "tag suggest" entry instead of saving? If yes I guess this is not intended behaviour. Press down arrow and then enter to do what you want.