Last modified: 2014-09-20 21:23:33 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T72915, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 70915 - MediaViewer embed text area cannot be resized in-browser
MediaViewer embed text area cannot be resized in-browser
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
MultimediaViewer (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-16 23:49 UTC by MZMcBride
Modified: 2014-09-20 21:23 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
embed HTML textbox resized to show all text (163.42 KB, image/png)
2014-09-17 14:11 UTC, Tisza Gergő
Details

Description MZMcBride 2014-09-16 23:49:12 UTC
You can see attachment 16491 [details] for reference.

As far as I can tell, the MediaViewer embed text area cannot be resized. I'm not sure why this is, but it's frustrating and annoying, particularly as the box is too small (bug 70914).
Comment 1 Tisza Gergő 2014-09-17 09:55:51 UTC
OOUI textInputWidgets have resize:none by default. We could override that, but given that the whole panel is fairly small and non-dynamic, I don't see much benefit.
Comment 2 MZMcBride 2014-09-17 13:07:16 UTC
(In reply to Tisza Gergő from comment #1)
> OOUI textInputWidgets have resize:none by default.

I don't understand why this is. It seems to directly defy user expectations.

> We could override that, but given that the whole panel is fairly small and
> non-dynamic, I don't see much benefit.

Well, the whole panel shouldn't be so small and it is dynamic (the text area changes with drop-down menu selection changes).
Comment 3 Tisza Gergő 2014-09-17 14:11:03 UTC
Created attachment 16504 [details]
embed HTML textbox resized to show all text

(In reply to MZMcBride from comment #2)
> > OOUI textInputWidgets have resize:none by default.
> 
> I don't understand why this is. It seems to directly defy user expectations.

I am not familiar with the design decisions behind OOUI or how it is used in other products. OOUI has a separate bugzilla component, if you think this is a bug in general, you might want to file it there.

> Well, the whole panel shouldn't be so small and it is dynamic (the text area
> changes with drop-down menu selection changes).

The reuse panel has fixed size. I would rather not enable a resize handle if the user would end up like this after using it.
Comment 4 Tisza Gergő 2014-09-18 09:18:44 UTC
I am inclined to close this in favor of bug 64713. I agree that it would be good to be able to read the text without copypasting it into a notebook. I think resizing is only valuable as a means to that end, and it is not even a very good means. A tooltip or autoexpanding or moving the panel to a more spacious location would be all better solutions.
Comment 5 Tisza Gergő 2014-09-18 09:19:22 UTC
Um, that's bug 67835.
Comment 6 MZMcBride 2014-09-20 21:23:06 UTC
(In reply to Tisza Gergő from comment #4)
> I am inclined to close this in favor of bug 67835.

I think bug 70914 might be a duplicate of bug 67835, but perhaps not this bug (bug 70915). For it's worth, I very briefly spoke with Timo about the behavior of OOUI:

---
it's disabled because while it is a native feature that users may expect, it is too liberal. Like contenteditable it needs restrictions to work well or it'll destroy your layout. Especially horizontal resizing

And for vertical, OOUI text input supports "autosize" which will grow as you type more
---

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links