Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#27448 closed defect (bug) (fixed)

hidetb meaning reversed from 3.8.1 to 3.9beta1

Reported by: adiant Owned by:
Priority: normal Milestone: 3.9
Component: Editor Version: 3.9
Severity: normal Keywords:
Cc: Focuses:

Description

hidetb is a keyword in the wp_user_settings row of the wp_usermeta table. It assumes values of integer one or zero. The value controls whether or not the "Kitchen Sink" (second row of toolbar icons) is shown in the Page/Post Editor.

In Version 3.8.1, a value of zero does NOT display the Kitchen Sink. But a value of one in 3.9Beta1 DOES display the Kitchen Sink. And vice versa.

This change may be intentional, as the name "hidetb" implies that a TRUE (integer 1) should hide a toolbar. I just need to know if this is a bug or a fix to a bug, as I am rewriting a plugin that will rely on the value of hidetb now that wordpress_adv_hidden no longer works at filter tiny_mce_before_init beginning with Version 3.9.

To reproduce this issue, I recommend monitoring the value of hidetb in the wp_user_settings row of the wp_usermeta table for the relevant user ID with phpmyadmin's Refresh button in Browse, as you click the Kitchen Sink icon in the Page or Post Editor and hit the Update button in the Publish section of panel.

Change History (2)

#1 @SergeyBiryukov
12 years ago

  • Milestone Awaiting Review3.9

#2 @azaozz
12 years ago

  • Resolutionfixed
  • Status newclosed

Fixed in [27602].

Note: See TracTickets for help on using tickets.