question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Too much spacing for comment button on DateFields

See original GitHub issue

Issue Summary

The comment button is directly behind the input field in all input fields. But for DateFields there is a large space between the input field and the comment button.

Peek 2022-10-29 15-29.webm

Steps to Reproduce

  1. Start a new project with wagtail start myproject
  2. Create a page model with an DateField
    class BlogPage(Page):
        date = models.DateField("Post date")
    
  3. Migrate and start the server
  4. Open den Wagtail admin interface
  5. Enable the comment mode
  • I have confirmed that this issue can be reproduced as described on a fresh Wagtail project: yes

Technical details

  • Python version: 3.10.8
  • Django version: 4.1.1
  • Wagtail version: 4.0.4
  • Browser version: Firefox 106 and Chrome 107

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
lb-commented, Nov 1, 2022

Thanks @vorlif ‘needs design decision’ is more about ‘needs further discussion at the core team’, not necessarily just UX design.

But yes, I agree it feels a bit odd but I also see the other perspective of a consistent ‘position’ for these buttons, almost like an invisible sidebar.

Much of this has changed though with the larger changes to the page editor so it may be worth revisiting this approach nonetheless.

1reaction
lb-commented, Nov 1, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix double-spaced comment balloons
The comment balloons I've added to a document created by someone else are double spaced. I've looked at the normal style, balloon text...
Read more >
Stopping DATE Fields from Updating when Opening a ...
If you are using Word 2007 click the Office button, then choose Prepare | Properties. ... Increasing Space between Numbers and Text in...
Read more >
What to do if your comment boxes are too big in Word
Click the Modify button … to change your font and font size. You'll notice lots of other options (blue circle) to change the...
Read more >
Using Fields in Microsoft Word - Charles Kenyon
Tutorial on use of fields in Microsoft Word; one of the tutorials in the Microsoft Word Intermediate Users' Guide.
Read more >
Help - PubMed - NIH
I retrieved too many citations. ... Paste the article title into the search box, or enter citation ... The available date fields are:....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found