UI Actions - isAdvancedUI
So in many UI Actions theres a condition: isAdvancedUI()I've done some research and it seams that this is intended to qualify your browser to a boolean based on the following: advancedUI = (isIE() && "5.5".compareTo(getIEVersion()) <= 0) //$NON-NLS-1...
