Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Form validation tooltip doesn't move on scrolling

  • 7 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

The tooltips that appear on HTML form field validation (field required, min-max values...) seem to have a fixed display and don't move with their target field when scrolling. See screenshots. I have Firefox 57.0.1 running on Ubuntu 16.

The tooltips that appear on HTML form field validation (field required, min-max values...) seem to have a fixed display and don't move with their target field when scrolling. See screenshots. I have Firefox 57.0.1 running on Ubuntu 16.
已附加屏幕截图

所有回复 (7)

more options

Did it work differently in previous version of Firefox? Can you provide for us to test this.

more options

I don't remember facing this behaviour before, but maybe it was already there and I just never saw it... What do you want me to provide?

more options

I was looking if this can be submitted as a bug report on https://bugzilla.mozilla.org/ . I think you know more about this than I do, can you please file this bug there with an appropriate test case. This way it can solved properly for everyone.

I was asking for a test case to see if I can reproduce your issue before filing a report.

more options

How are you scrolling?

Normally the tooltip would disappear when you would scroll

See also the live example here that can be edited.


Try the Firefox version from the official Mozilla server if you currently use a version from the repositories of your Linux distribution.

more options

jagan605 said

I was looking if this can be submitted as a bug report on https://bugzilla.mozilla.org/ . I think you know more about this than I do, can you please file this bug there with an appropriate test case. This way it can solved properly for everyone. I was asking for a test case to see if I can reproduce your issue before filing a report.

I actually wanted to file a bug report but didn't know it had to be done through bugzilla. The bug was already filed there https://bugzilla.mozilla.org/show_bug.cgi?id=1418297. I provided a simple test case.

Thank you!

cor-el said

How are you scrolling? Normally the tooltip would disappear when you would scroll See also the live example here that can be edited.

Try the Firefox version from the official Mozilla server if you currently use a version from the repositories of your Linux distribution.

I scroll using the mouse wheel, the tooltip does not disappear. Here's a test case for the live example: <form>

 <input id="input1" type="text" required>
 <input type="submit" value="Submit">

</form> When I live the text input empty and click on submit the tooltip appears, then if I scroll down with the mouse wheel, the input moves up but the tooltip remains at the same position on the screen.

I use the version from the Ubuntu repository. Do you think It is useful that I try with the official server version if the bug report has been filed already?

more options

adodero said

I use the version from the Ubuntu repository. Do you think It is useful that I try with the official server version if the bug report has been filed already?

You can continue to use Firefox from the repository of Ubuntu since it is convenient to use the package manager.

more options

OK. I can replicate this with the STR as posted in the bug report.

  • Bug 1041529 - HTML 5 constraint validation message does not scroll along with the related field

I seems to happen if you submit the form and use the mouse scroll wheel to scroll the page. In that case the message stays on the screen. When I drag the scroll bar then the message is removed.

Click "Place Order" to submit the form.