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

Button property not rendered #810

Closed
lyahim opened this issue Jun 23, 2017 · 2 comments
Closed

Button property not rendered #810

lyahim opened this issue Jun 23, 2017 · 2 comments
Assignees
Milestone

Comments

@lyahim
Copy link
Contributor

lyahim commented Jun 23, 2017

Hello All,

When I try to use the following:

<b:button icon="comment" 
                 onmouseout="$('.outputView_#{answer.id}').hide()" 
                 onmouseover="$('.outputView_#{answer.id}').show()" />

The generated code is:

<button id="form:j_idt44:0:j_idt46" 
               name="form:j_idt44:0:j_idt46" 
               type="button" 
               class="btn btn-default">
  <span>
     <i class="glyphicon glyphicon-comment"></i>
  </span> 
</button>

I didn't test without table.

Best Regards,
Mihaly

@stephanrauh stephanrauh self-assigned this Aug 6, 2017
@stephanrauh stephanrauh added this to the v1.2.0 milestone Aug 6, 2017
stephanrauh added a commit that referenced this issue Aug 10, 2017
stephanrauh added a commit to TheCoder4eu/BootsFacesWeb that referenced this issue Aug 10, 2017
@stephanrauh
Copy link
Collaborator

I've fixed the bug. BTW, it didn't have anything to do with the table.

@stephanrauh
Copy link
Collaborator

I've uploaded a developer snapshot, so you can test the bug fix. See #369 on how to get it.

@stephanrauh stephanrauh modified the milestones: v1.1.3, v1.2.0 Aug 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants