[wp-trac] [WordPress Trac] #44431: Post editor toolbar: inconsistent and bugged sticky behaviour, and; incorrect paragraph styles menu positioning on scroll

WordPress Trac noreply at wordpress.org
Tue Jun 26 10:38:02 UTC 2018


#44431: Post editor toolbar: inconsistent and bugged sticky behaviour, and;
incorrect paragraph styles menu positioning on scroll
-------------------------------------+-------------------------------------
 Reporter:  startsat60               |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Administration           |     Version:  4.9.6
 Severity:  normal                   |  Resolution:
 Keywords:  has-screenshots          |     Focuses:  ui, javascript,
  reporter-feedback                  |  administration
-------------------------------------+-------------------------------------

Comment (by azaozz):

 Replying to [comment:2 startsat60]:

 Just tested on a Mac and all seems to work pretty well here... Is it
 possible that you are using some kind of script that interferes with
 scrolling? Do you see any errors in the browser console?

 In no, try pasting this in the browser console, then press Enter:

 {{{
 jQuery( document ).on( 'scroll', function( event ) {
     console.log( window.scrollY );
 } );
 }}}

 After that when scrolling there will be a lot of numbers outputted in the
 console. When you scroll slowly they should be outputted "smoothly",
 perhaps skipping a bit. Something like this:


 {{{
 1
 2
 5
 8
 11
 15
 18
 ...
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/44431#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list