Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2013 01:57:45 PM (12 years ago)
Author:
boonebgorges
Message:

When creating a new profile field, set focus to Field Title on page load

This reduces the amount of mouse movement needed to get started editing, and
makes mouseless navigation possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r6775 r7012  
    846846            <?php endif; ?>
    847847
    848             <form action="<?php echo esc_url( $action ); ?>" method="post">
     848            <form id="bp-xprofile-add-field" action="<?php echo esc_url( $action ); ?>" method="post">
    849849                <div id="poststuff">
    850850                    <div id="titlediv">
Note: See TracChangeset for help on using the changeset viewer.