[wp-hackers] from time to time, publish/update becomes disabled.

Thomas Belknap dragonfly at dragonflyeye.net
Mon Nov 4 12:28:09 UTC 2013


When WordPress autosaves revisions, for the split second it takes to update
the information, the publish button becomes "greyed out." But this
shouldn't happen over extended periods of time. If it does, I'd want to
start looking into plugins that filter on save.


On Mon, Nov 4, 2013 at 7:25 AM, Daniel <danielx386 at gmail.com> wrote:

> Does it auto save the post or not? That the only thing that I can think of
>
> On 11/4/13, Haluk Karamete <halukkaramete at gmail.com> wrote:
> > Anybody know what triggers the "disabled" attribute to be enforced to
> make
> > the dashboard's PUBLISH / UPDATE button?
> >
> > This is happening on 3.7 with chrome & firebox when working on my
> > localhost.
> >
> >
> > for a weird reason, I keep getting that button getting disabled which is
> > about %20 to %30 of  the time.
> >
> > Every time, that happens, I go to the chrome developer tools by right
> > clicking on the blue publish(or update) button whichever the case may be,
> > and selecting the "inspect element" option and then locate & physically
> > remove the 'disabled' attribute by editing the generated HTML. Only and
> > only then, the button becomes clickable.
> >
> > The generated code by WordPress is normally this;
> >
> > <input name="save" type="submit" class="button button-primary
> button-large"
> > id="publish" accesskey="p" value="Update">
> >
> > but from time to time, it becomes
> >
> > <input name="save" type="submit" class="button button-primary
> button-large"
> > id="publish" accesskey="p" value="Update" disabled="">
> >
> > which is usually after 1 min or so.
> >
> > I cannot find any trace of any warning/notice/error under the developer
> > console when this happens.
> >
> > does anyone know what condition inserts the 'disabled' in there?
> > _______________________________________________
> > wp-hackers mailing list
> > wp-hackers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-hackers
> >
>
>
> --
> Regards,
> Daniel Fenn
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>



-- 
Tom Belknap
Owner/Editor, DragonFlyEye.Net
Join me:

   - *Inbox:* http://dragonflyeye.net/subscribe
   - *Web*: http://dragonflyeye.net/
   - *Facebook*: https://www.facebook.com/DragonFlyEye.Net
   - *Twitter*: https://twitter.com/dragonflyeye
   - *Google*: https://plus.google.com/u/1/103251482414903117843/posts


More information about the wp-hackers mailing list