?
avatar dgt41
dgt41
2 Sep 2016

Is there a particular reason for the edit form to be span9 span3 ??

So I was looking at the odd case that tags and notes are wider than the other fields on the right of the editor. (that's because they do have a class span12 and they shouldn't)
And I thought that scrolling (not necessary on big screens) to get a full width editor might be a better option than the 9/12 of the screen.

And some screenshots will explain better the situation here:

Current state (span9 and span3):
screen shot 2016-09-02 at 21 29 16

Reducing the right column to span2:
screen shot 2016-09-02 at 21 21 37

Move the right column above the editor area:
screen shot 2016-09-02 at 21 20 40

There might be other options here, but these are the obvious ones.

Recap: There are some wrong classes:
https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_content/models/forms/article.xml#L58
and
https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_content/models/forms/article.xml#L23

The width of the column (do we need a right column in the first place) can be smaller or eliminated altogether.

avatar dgt41 dgt41 - open - 2 Sep 2016
avatar Bakual
Bakual - comment - 2 Sep 2016

I certainly wouldn't put the fields above the text field. That one is the most important one and should stay most prominent. The sidebar is imho fine for that stuff.

As for the width, I guess it's to give more room for the text fields, so you can enter (and read) a bit more characters without scrolling. But I really don't know.

avatar brianteeman
brianteeman - comment - 2 Sep 2016

Definitely don't put it on top. We had that in 2.5 and it was hated as you
had to scroll to create / edit any content

avatar MATsxm
MATsxm - comment - 2 Sep 2016

Agree with both above.

avatar dgt41
dgt41 - comment - 2 Sep 2016

That one is the most important one and should stay most prominent.

If so then there must be visible in all tabs, or not...

avatar mbabker
mbabker - comment - 2 Sep 2016

To me it's already big enough. Unless we're trying to make it a full screen editor, the most I'd say to do is switch to span10/2 (ensuring it doesn't cause any funny behaviors on smaller devices along the way).

avatar Bakual
Bakual - comment - 2 Sep 2016

If so then there must be visible in all tabs, or not...

No, if you switch tabs you are done with editing the content itself and want to adjust its metadata.

avatar yild
yild - comment - 2 Sep 2016

All wide (column) texts are hard to read so no need for a wider editor imo.

avatar brianteeman
brianteeman - comment - 2 Sep 2016

What is the problem you are trying to resolve

avatar dgt41
dgt41 - comment - 2 Sep 2016

@mbabker I guess thats one of the reasons we use bootstrap's grid.
@Bakual ok
@brianteeman the whitespace on the right of the form could be eliminated/used for something else (editor) https://cloud.githubusercontent.com/assets/3889375/18214201/5e6b95de-7154-11e6-9c82-10c0fc948b9c.png

How about span10/span2:
screen shot 2016-09-02 at 22 39 46

avatar brianteeman
brianteeman - comment - 2 Sep 2016

I agree with @yild that's creating a very long length in the editor which
is not good.

avatar dgt41
dgt41 - comment - 2 Sep 2016

@brianteeman @yild I hope that people actually use editor.css on their sites, to get the WYSIWYG out of the editor.
But anyway I don't want to argue on an obviously wrong implementation and try to prove that span3 should have been span2 right from the beginning. So let's stay with the random whitespace, if that works for most people

avatar dgt41 dgt41 - change - 2 Sep 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-09-02 19:59:53
Closed_By dgt41
avatar dgt41 dgt41 - close - 2 Sep 2016
avatar brianteeman brianteeman - close - 2 Sep 2016
avatar brianteeman brianteeman - change - 5 Sep 2016
Labels Added: ?

Add a Comment

Login with GitHub to post a comment