下拉菜单自行关闭

发布于 2024-11-09 07:35:25 字数 118 浏览 0 评论 0原文

您好,我的页面上有一个下拉菜单。 当我单击下拉列表选择某个值时,下拉列表会打开然后自行关闭。 我必须重复此操作 4-5 次才能选择一个值。 有关信息:- 数据通过数据库在运行时与下拉列表绑定。 谁能指导我这可能有什么问题。

Hi I have a dropdown on page.
When I click on dropdown to select some value, the dropdown list open and then closes on its own.
I have to repeat this 4-5 times to select a value.
For info :- the data binds with dropdown on runtime through database.
Can anybody guide me what might be the problem with this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

冷月断魂刀 2024-11-16 07:35:25

“这可能是什么问题”

这个问题可能是您的下拉菜单在您单击/选择它之后不知何故失去了焦点。

"what might be the problem with this"

The problem with this might be that your dropdown is loosing focus somehow after you click / select it.

一张白纸 2024-11-16 07:35:25

这可能是一个 javascript 问题。
查看您的页面并检查 JavaScript 是否在打开时关闭下拉菜单。您可以使用视觉事件查看下拉列表中的绑定事件。

或者您的鼠标可能是双击而不是单击。 :)

It probably is a javascript problem.
Look in your page and check if a javascript closes the Dropdown on opening. You can view the bound events to your dropdown by using Visual Event.

Or maybe your mouse dbl clicks instead of single click. :)

一袭白衣梦中忆 2024-11-16 07:35:25

首先请提供代码。我猜测您将在 PostBack 而不是 (!IsPostBack) 上绑定 DropDown 的代码,并确保 DropDown 的 autopostback 设置为 true。

At first please provide the code. In my guess you will be binding the code of DropDown on PostBack rather than (!IsPostBack) and make sure that the autopostback of DropDown is set to true.

请叫√我孤独 2024-11-16 07:35:25

这发生在我身上。
我的 位于

单击元素触发包装器,然后触发选择下拉列表的刷新/关闭/释放。

This happened to me.
My <select>element</select> was inside a

Clicking on the element was triggering the wrapper which then triggered a refresh/close/release of the select dropdown.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文