~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/releasenotes/HISTORY.widget-stack.md

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Widget Stack Change History
2
 
===========================
3
 
 
4
 
3.5.0
5
 
-----
6
 
 
7
 
  * [!] Default `zIndex` was reverted back to `0` now that parsing works
8
 
    correctly.
9
 
 
10
 
  * `zIndex` is now correctly parsed from a widget's `srcNode` using an updated
11
 
    `HTML_PARSER` implementaiton. [Ticket 2530186] [PR #68] [Hat tip Pat Cavit]
12
 
 
13
 
3.4.1
14
 
-----
15
 
 
16
 
  * The shim element is now sizing correctly the first time a widget is shown
17
 
    after it was instantiated with the `visible` Attribute set to `false`. Note:
18
 
    The shim element is only used with IE 6 by default. [Ticket #2529127]
19
 
 
20
 
3.4.0
21
 
-----
22
 
 
23
 
  * No changes.
24
 
 
25
 
3.3.0
26
 
-----
27
 
 
28
 
  * No changes.
29
 
 
30
 
3.2.0
31
 
-----
32
 
 
33
 
  * No changes.
34
 
 
35
 
3.1.1
36
 
-----
37
 
 
38
 
  * No changes.
39
 
 
40
 
3.1.0
41
 
-----
42
 
 
43
 
  * No changes.
44
 
 
45
 
3.0.0
46
 
-----
47
 
 
48
 
  * Initial release.
49
 
 
50
 
  * Recreate iframe shim from `TEMPLATE` for each instance, instead of cloning a
51
 
    class level cached Node instance, so that `ownerDocument` can be set to
52
 
    match the `boundingBox`.