Opened 12 years ago
Closed 12 years ago
#22184 closed defect (bug) (fixed)
Regression: Sample permalink box appearing makes the page jump
Reported by: | johnbillion | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | UI | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
In 3.4 a space is left in the UI for the sample permalink box so it doesn't make the page jump down when it appears after the first autosave.
[21789] removed the height property on #edit-slug-box
and reduced the bottom margin on #titlediv
, causing this behaviour to regress.
Attachments (3)
Change History (11)
#2
@
12 years ago
- Milestone changed from Awaiting Review to 3.5
I reported this at 80:ticket:21598. Fine with spinning it out to here.
#4
@
12 years ago
That patch doesn't achieve anything. The point of adding the gap on the 'add new' page is so that everything on the page below the title field doesn't get bumped down when autosave kicks in and the sample permalink appears.
#5
@
12 years ago
Ah... my bad, in testing stuff locally I never discovered that auto-save works without manually clicking the "save draft" button (for whatever reason it doesn't work for me locally). I just tried it on a live site, and you're right. ;-)
I thought we were just trying to avoid having the editor move down when they clicked to edit the permalink. Scratch 22184.2.patch.
Though I'm still not a fan of that big empty gap. :-)
Patch to restore previous behaviour.