You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An inspection of the views in the Android Layout Inspector or Stetho's Elements tab didn't reveal anything useful except that the block highlighted has focus.
The borders look exactly the same(?) on iOS and Android
I am fairly certain that these are added from the Gutenberg codebase, so it's probably best to get someone from the Gutenberg mobile team to have a look at it. They'd have more knowledge about how to debug things in React native and have the necessary tool setup.
Short version: that’s the expected style because of a change in border-color 😀
Long version: We switched to use stronger borders while working on some of the nested blocks work, but I also just proposed a refinement to how we highlight selected blocks. I am also considering a slightly weaker border color, but I’d like to give it some time because I think it’s mostly noticeable because we’re used to seeing a very dim gray border.
Based on that feedback, I am closing this issue as works-as-expected. Thank you @ScoutHarris for raising the issue and @oguzkocer for looking into it and @iamthomasbishop for the design decsion explanation!
Expected behavior
Using the block editor, when creating a new page/post, the Title border was previously grey.
Actual behavior
Using the block editor, when creating a new page/post, the Title border is now blue.
Steps to reproduce the behavior
Create a new post/page. Notice the blue box around the Title.
iPad:
iPhone:
Tested on [all], iOS [all], WPiOS [14.0]
The text was updated successfully, but these errors were encountered: