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

fix Better dialog width management depending on the title length #1474

Closed
wants to merge 1 commit into from

Conversation

fbasso
Copy link
Member

@fbasso fbasso commented Jun 1, 2015

No description provided.

fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 1, 2015
@fbasso fbasso added this to the 1.7.8 milestone Jun 1, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 1, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 1, 2015
var dialogs = this.dialogs = {};
for (var i = 0; i < dialogIds.length; i += 1) {
var id = dialogIds[i];
var currentInstance = dialogs[dialogIds[i]] = this.getWidgetInstance(dialogIds[i]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to use id instead of dialogIds[i], otherwise, what's the point of creating the id variable?

fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 2, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 2, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 3, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 3, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 3, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 3, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 3, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 3, 2015
@fbasso fbasso closed this in bf28263 Jun 4, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 4, 2015
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 4, 2015
fbasso added a commit that referenced this pull request Jun 4, 2015
@fbasso fbasso deleted the dialog_maxwidth branch June 5, 2015 08:16
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 5, 2015
test.aria.widgets.container.dialog.sizes.DialogWidthTestCase in IE7
fbasso added a commit to fbasso/ariatemplates that referenced this pull request Jun 5, 2015
test.aria.widgets.container.dialog.sizes.DialogWidthTestCase in IE7
fbasso added a commit that referenced this pull request Jun 5, 2015
test.aria.widgets.container.dialog.sizes.DialogWidthTestCase in IE7
divdavem pushed a commit to divdavem/ariatemplates that referenced this pull request Oct 20, 2015
divdavem pushed a commit to divdavem/ariatemplates that referenced this pull request Oct 20, 2015
divdavem pushed a commit to divdavem/ariatemplates that referenced this pull request Oct 20, 2015
For test.aria.widgets.container.dialog.sizes.DialogWidthTestCase in IE7

(cherry picked from commit 20148bf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants