MyBB Community Forums

Full Version: How to change the "resizing button" of text-box?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please, Notice on the bottom of right side of text Box(editor) -> You see a 4-dot pattern!
Now, I want to swap that pattern with a new one! How? (See the below picture)
[Image: di-Y7OX.png]
Bumping...
I'm not sure it's possible. It's not a part of MyBB, it's a feature of Firefox.
Is browser related.
[Image: vnnI]
(2012-05-18, 08:30 AM)Nathan Malcolm Wrote: [ -> ]It's not a part of MyBB, it's a feature of Firefox.
What about http://jqueryui.com/demos/resizable ?

Cyberuben Wrote:Is browser related.
I know, there is different view into firefox and chrome, But why there is different view of resizing button in different scripts into one browser(firefox)? =>
1. This picture is taken from text-area of MediaWiki script:
[Image: di-9WE4.png]

2. This picture comes from WordPress, the instance writting box:
[Image: di-3OZM.png]

3. Follow this link: http://en.wikipedia.org/w/index.php?titl...ction=edit which shows a text box of wikipedia.org, navigate the mouse pointer to the bottom-right of text box.

4. MyBB textarea: 4-dot bottom
On WP and MediaWiki they look the same as any other textarea resizer that is viewed on Firefox (For me at least).

jQuery UI isn't using a textarea, they're using a div with a custom resizer. As far as I'm aware, you cannot change the default resizer for a textarea on Firefox, only remove it.