使用GWT 2.6.0和GXT 2.5.1编译代码时出现以下错误.
Loading inherited module 'com.sencha.gxt.ui.GXT'L
Loading inherited module 'com.sencha.gxt.data.Data'
Loading inherited module 'com.sencha.gxt.core.Core'
[ERROR] The value ie6 was not previously defined.
[ERROR] Line 96: Unexpected exception while processing element 'set-property'
Run Code Online (Sandbox Code Playgroud)
即使我们没有在gxt.user.agent中指定ie6,我们仍然会收到错误:"[ERROR]以前没有定义值ie6." 为什么GXT仍然尝试设置ie6尽管我们没有在gxt.user.agent中设置它?
有谁知道Sencha何时会发布一个解决这个问题的新GXT版本?