Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not rendering hidden-md #321

Closed
VonTalavang opened this issue Mar 9, 2016 · 1 comment
Closed

not rendering hidden-md #321

VonTalavang opened this issue Mar 9, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@VonTalavang
Copy link

Hello
i do this in the xhtml

<b:container fluid="true">
            <!--  header -->
            <b:row styleClass="show-grid header" 
                   >
                <b:column 
                    col-xs="12" 
                    col-sm="0" 
                    col-md="0" 
                    col-lg="0"
                    style="text-align: center;"
                    >

but when i rendered... i got this
<div id="j_idt9" class="col-xs-12 hidden-sm hidden-lg " style="text-align: center;">

somewhere in the rendering process... the style "hidden-md" wasnt rendered.

i have to added manually with a styleclass later.

PD: awesome work in this project (not sarcasm)

asterd added a commit to asterd/BootsFaces-OSP that referenced this issue Mar 21, 2016
…(disable attribute in

datepicker) and TheCoder4eu#329 problem in CoreRenderer for EL expression in value
attribute.
@stephanrauh stephanrauh added this to the v0.8.2 milestone Mar 22, 2016
@stephanrauh
Copy link
Collaborator

@asterd Do you want me to test your bug fix? Otherwise, feel free to close the bug.

@asterd asterd closed this as completed Mar 23, 2016
@zhedar zhedar mentioned this issue May 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants