Personal tools

Jira Cleanup

From OpenLaszlo

Bugs resolved in later releases

Bugs which are open, but already resolved in later releases.

Bug Affects Version Fix Version Actually Fixed In Action
LPP-7898 (<html> tag generates null pointer exception on IE6) Bastet (4.0.15) None 4.1 Resolved 8.19.09
LPP-7932 (Text disappears in 4.0.16 DHTML) Latis (4.0.16) None 4.1 Resolved 8.19.09
LPP-8352 (Dataset leaks memory on every request if queuerequests or multirequest are set to true) Crom (4.0.17) 4.0.18 4.2 Resolved 8.19.09

Osprey

Open issues from Osprey which can be closed after verification from assignee:

  • LPP-1323 (Rename files from .as to .js)
  • LPP-1358 (AS3 Compiler backend. Transforms for Flex compiler may be needed.) Resolved. 8.19.09
  • LPP-1359 (AS3 to SWF9 backend (Handled by Flex compiler?)) Resolved. 8.19.09
  • LPP-1360 (ECMA4: support compound attributes (AS3)) Resolved. 9.03.09
  • LPP-1373 (Runtime: AS3 runtime support) Resolved. 9.03.09
  • LPP-1425 (ORL: AS3 kernel support) Resolved. 9.03.09
  • LPP-1908 (SWF9 API Kernel; background research and notes) Resolved. 8.19.09
  • LPP-2337 (swf9: make parser accept type declarations) Resolved. 9.03.09
  • LPP-2560 (Tag compiler: id should be in attrs) Resolved. 9.03.09

Other

  • Sundman Tasks: Which tasks are still of interest? full-list Resolved. 8.19.09
    • Some tasks are more general ECMAScript things and not OpenLaszlo-specific
  • LPP-1173 (Name of setter doesn't always match name of attribute, but we don't reveal this info in the docs)
    • Old setters are removed, bug can be closed
  • LPP-5468 (Implement keyboard handling for swf9)
    • It just works, doesn't it?
  • LPP-5414 (Replace use of anonymous Objects with specific classes)
    • Most likely finished when swf9-support was implemented
  • LPP-3039 (Legals: port snippets to DHTML)
    • Snippets means <import>? That works in dhtml.
  • LPP-3432 (Another round of LFC file cleanup) Resolved. 9.03.09
    • No information in bug report, just close?
  • Warnings in LFC-bugs:
    • LPP-2682 (Cleanup LFC Warnings (after PR3 release))
    • LPP-2708 (Too many warnings in LFC)
    • LPP-2921 (Eliminate all WARN and ERROR calls in the runtime)
    • Are there still warnings? Most likely fixed for dhtml- and swf9-support.
  • IMO, both reports are invalid, you must not use lz.colors.mycolor, it's just mycolor
    • LPP-7345 (Using lz.colors for color attributes on objects will display colors in SWF8 but not in DHTML) Resolved. 9.03.09
    • LPP-7347 (Color constraints using lz.color do not work as they should) Resolved. 9.03.09
  • LPP-1836 (handler name attribute changes to event)
    • Is that one still valid?
  • LPP-890 (Optimize predicate XPaths)
    • this can't be optimized per-se, the user needs to do this by his own
  • LPP-858 (Predicate XPaths are not as fast as some people think)
    • dup of LPP-890? (see above)
  • LPP-2817 (Remove deprecated support for global tag classes)
    • tag classes aren't global anymore
  • LPP-840 (Class prototype optimization)
    • Is that one still valid?
  • LPP-1456 (port debugger API to Legals) Resolved. 9.03.09
  • LPP-7536 (swf9 compilation failure with version 4.2.0 in Windows2000)
    • Win2k is not a qualified platform and user got it working by updating Java (why is it still a p0?)
  • LPP-1206 (LzView.datapath.setFromPointer only works on view if datapath attribute set)
    • I wonder why this is reported as a bug? Why does someone expect that to work?
  • LPP-141 double click handling in grid
    • Cary is probably not going to respond, as he hasn't done for 3 years
  • LPP-4722 Bug is probably fixed in 4.x
  • LPP-1055 I remember that SOAP and encoding was fixed a long time ago
  • LPP-1139 Might be resolved, or accept workaround as solution
  • LPP-1663 (Debug.write omits properties, elements)
    • "empty" properties are intentionally omitted, the "full" object is presented properly if you inspect it. So ok to close?
  • LPP-4336 (doc-toolchain.png appears to be corrupted in the distro) Resolved. 9.03.09
    • The contributor's guide doesn't exist anymore, does it?
  • LPP-3557 (Error and warning msg but no error)
    • Close as "Incomplete" because no full testcase was provided to reproduce the warnings reported by the user.
  • LPP-2822 (Remove last vestige of old class shim from Class.lzs, rename NewClass to Class)
    • Still valid?
  • LPP-4286 (new class system should be documented - addProperty())
    • Do we really want to make "addProperty()" a public API?
  • LPP-2179 (View initialization needs to be streamlined)
    • LzInheritedHash doesn't use the class defaults as its prototype anymore, so it's now possible to 'delete' properties in "construct()".
  • LPP-1364 (ECMA4: transform to ECMA 1.5 (browser javascript - JS1.4/JScript5.6))
    • Does this task only include the 'class'-syntax?
  • LPP-2830 (tabslider component generates debug errors)
    • Is there any bug at all?
  • LPP-5920 (find why swf9 binder function is getting called with no arguments from lzpix code)
    • This bug is somehow useless unless more information is provided, e.g. which binder function?
  • LPP-6628 (Give a compiler deprecation warning for state#apply attribute)
    • The bug was originally aimed for 4.1.1 and has been deferred since then. Maybe just close as "Won't Fix" because it seems to be unlikely it will be fixed in a timely fashion, so users will have updated their code by their own..
  • LPP-5308 (Add support for default initializers in function/constructor parameter lists)
    • This is fully implemented as far as I know.
  • LPP-3953 (Refguide: convert or support @deprecated usage in LFC sources)
    • @deprecated is implemented in the doc-tools, deprecated properties are marked in the refguide
  • LPP-4233 (Dynamic library not updated w/ DHTML IE7)
    • We don't use the global namespace for user defined classes anymore. So just close that bug?
  • LPP-782 (Debugger warning for setting attributes on "this" in <script>)
    • Actually this is the right behaviour, 'this' just points to the global object in the test case.