Bug 414717 - New Extensions Manager UI has accessibility issues, r=MarcoZ, mano, blocking-firefox3=mconnor

This commit is contained in:
surkov.alexander@gmail.com 2008-03-28 23:37:30 -07:00
Родитель b93fb7d2ce
Коммит e4af0ef446
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -406,6 +406,14 @@
</content> </content>
<implementation extends="nsIAccessibleProvider"> <implementation extends="nsIAccessibleProvider">
<property name="label" readonly="true">
<getter>
return this.getAttribute("name") + " " +
this.getAttribute("version") + " " +
this.getAttribute("description");
</getter>
</property>
<constructor> <constructor>
if (!this.hasAttribute("thumbnailURL")) { if (!this.hasAttribute("thumbnailURL")) {
this._hideImage(); this._hideImage();