Changes between Initial Version and Version 1 of Ticket #53644, comment 2
- Timestamp:
- 07/13/2021 02:19:07 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53644, comment 2
initial v1 3 3 I think I've found a clue. Weird one. I was testing locally, on macOS Big Sur with my classic dev stack (apache, php 7.4 and mysql from brew) which works perfectly for tons of other projects I developped, and then, just to be sure, I've tested on my production server (Debian 10), and the wp_editor loads normally... 4 4 5 I was thinking about something aboutloading time and file loading order, more slower on the online server than locally. But I've also tested with the bandwith limiter of Firefox dev tools, set on 3G, but, still, the bug is only showing up on local (wordpress-last.localdev).5 I was thinking about loading time and file loading order, more slower on the online server than locally. But I've also tested with the bandwith limiter of Firefox dev tools, set on 3G, but, still, the bug is only showing up on local (wordpress-last.localdev). 6 6 7 7 Not really aware of the initialization process of tinyMCE, but if you can point me to some tests I should do, please let me know (like showing the real order of things to load).