Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Buddypress What's New Text Area not working in Chrome

  • @mulkins2013

    Participant

    I am running the latest version of WP and the latest version of Buddypress. When you are on the activity page, and try to type in the textarea, there is no cursor and you can’t type in the box. Here is the HTML code. It works in Firefox but not chrome.

    <div id="whats-new-content">
    		<div id="whats-new-textarea">
    			<textarea name="whats-new" id="whats-new" cols="50" rows="10"></textarea>
    		</div>
    
    		<div id="whats-new-options">
    			<div id="whats-new-submit">
    				<input type="submit" name="aw-whats-new-submit" id="aw-whats-new-submit" value="Post Update" />
    			</div>
Viewing 1 replies (of 1 total)
  • @mulkins2013

    Participant

    Found the problem in Preview.CSS

    Line 1: webkit-user-select: none; was causing the problem. If I delete this, it works.

Viewing 1 replies (of 1 total)
  • The topic ‘[Resolved] Buddypress What's New Text Area not working in Chrome’ is closed to new replies.
Skip to toolbar