Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Progress bar does not work in IE10 #535

Closed
thedmi opened this issue Jun 19, 2013 · 2 comments
Closed

Progress bar does not work in IE10 #535

thedmi opened this issue Jun 19, 2013 · 2 comments

Comments

@thedmi
Copy link

thedmi commented Jun 19, 2013

On the demo site http://angular-ui.github.io/bootstrap/#/progressbar , the progress bar shows always a value of 0 in IE10. Changing to IE9 browser mode using the developer tools brings back the normal progress bar functionality.

Since I don't think that I have any special settings in my IE, I suppose this is a general issue. I can't be sure, however.

See also http://stackoverflow.com/q/17184637/219187

@pkozlowski-opensource
Copy link
Member

Indeed, sth is not right here. @bekos any idea what our friend IE might be complaining about?

@bekos
Copy link
Contributor

bekos commented Jun 19, 2013

@pkozlowski-opensource Just a quick check, I think the problem is that we use value as the attribute!!!

<progress value="..."></progress> 

If this is the problem, this is a breaking change. Do you have any idea if this a angularjs problem?

bekos added a commit to bekos/bootstrap that referenced this issue Jun 19, 2013
Closes angular-ui#535. Problem with IE10.

BREAKING CHANGE: The 'value' is replaced by 'percent'.

  Before:

  <progress value="..."></progress>

  After:

  <progress percent="..."></progress>
@bekos bekos closed this as completed in 58efec8 Jun 21, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants