? ? Success

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
2 Nov 2016

Pull Request for Issue #12706 .

Summary of Changes

This is purely a cosmetic change to maintain alignment

As noted in the report this will not help for non-english languages but thats a bigger problem effecting all labels and wont help with squashed views on smaller screens

Before

image

After

image

avatar brianteeman brianteeman - open - 2 Nov 2016
avatar brianteeman brianteeman - change - 2 Nov 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 2 Nov 2016
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - change - 2 Nov 2016
Category Administration Language & Strings
avatar andrepereiradasilva andrepereiradasilva - test_item - 2 Nov 2016 - Tested successfully
avatar andrepereiradasilva
andrepereiradasilva - comment - 2 Nov 2016

I have tested this item successfully on 73ff6eb

on code review


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12708.

avatar alikon alikon - test_item - 2 Nov 2016 - Tested successfully
avatar alikon
alikon - comment - 2 Nov 2016

I have tested this item successfully on 73ff6eb


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12708.

avatar ggppdk
ggppdk - comment - 2 Nov 2016

What about the overlapping issue of the columns in smaller screens ? mentioned by #12706

why not add a sane minimum width to force wrap just before overlapping occurs ?
e.g.

#config-document .span6 {
    min-width: 400px;
}

or even better a media css rule:

@media (max-width: 1023px) {
    #config-document .span6 {
        width: 100%;
    }
}

overlapping

avatar mbabker
mbabker - comment - 2 Nov 2016

If you have to override the widths set by Bootstrap's grid system you've messed up catastrophically.

avatar ggppdk
ggppdk - comment - 2 Nov 2016

This is not a general override for bootstrap !!

  • we have a specific page that has specific needs for width for the columns

I did not suggest a terrible general rule like

@media (max-width: 1023px) {
    .span6 {
        width: 100%;
    }
}

Imagine having a class that extends a class and not be allowed to customize its code according to specific needs,

bootstrap CSS rules are not sacred, and if they are proper for all cases, why do they fail terribly in this case ? of course any CSS override must be made sure that it will only effect other pages

The alternative CSS to fix this will be even uglier overrides ! with uglier looking result,

of course in the end you can just remove the columns, but wait my suggested code does exactly this, it forces 1 column at a sane width limit

avatar ggppdk
ggppdk - comment - 2 Nov 2016

If you have to override the widths set by Bootstrap's grid system you've messed up catastrophically.

but there is also a good point to the above too

So to make it even safer / neater, we can introduce a new CSS class, that will be added along with span6 or at container id="config-document", (that is what i do)

avatar brianteeman
brianteeman - comment - 2 Nov 2016

That's an issue that effects all screens especially the modals

avatar brianteeman
brianteeman - comment - 2 Nov 2016

Thanks

avatar brianteeman brianteeman - change - 3 Nov 2016
Status Pending Ready to Commit
Labels
avatar brianteeman
brianteeman - comment - 3 Nov 2016

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12708.

avatar joomla-cms-bot joomla-cms-bot - change - 3 Nov 2016
Labels Added: ?
avatar zero-24 zero-24 - change - 3 Nov 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-11-03 00:39:01
Closed_By zero-24
Labels Added: ?
avatar zero-24 zero-24 - close - 3 Nov 2016
avatar zero-24 zero-24 - merge - 3 Nov 2016
avatar joomla-cms-bot joomla-cms-bot - close - 3 Nov 2016
avatar zero-24 zero-24 - close - 3 Nov 2016
avatar zero-24 zero-24 - close - 3 Nov 2016
avatar zero-24 zero-24 - merge - 3 Nov 2016
avatar zero-24 zero-24 - reference | feed639 - 3 Nov 16
avatar zero-24 zero-24 - merge - 3 Nov 2016
avatar zero-24 zero-24 - close - 3 Nov 2016
avatar zero-24
zero-24 - comment - 3 Nov 2016

Thanks

avatar joomla-cms-bot joomla-cms-bot - change - 3 Nov 2016
Labels Removed: ?
avatar zero-24 zero-24 - change - 3 Nov 2016
Milestone Added:

Add a Comment

Login with GitHub to post a comment