The Help links provided next to each heading in the Views Form would be even more helpful if they did open in a new window, as in target="_blank".
The people who will use the Help most often are the beginners and they will not know to Save the View before clicking the Help link. The expected behavior for Help is a pop-up or new screen. When they click the Back button, all their unsaved data they already filled in for the View will be gone.
Views 6.x-3.0+32-dev
Comments
Comment #1
dawehnerThe help links are provided by the advanced help module, so let's move to another issue queue.
Comment #2
nancydruTarget="_blank" is not XHTML compliant. Therefore this should not be done.
Comment #3
gisleAs noted in #2, the use of the
target="_blank"attribute is not universally regarded as the "right thing".If a site developer wants this, it can be easily be added by means the External Links module. There is no need for Advanced help to force this on everybody.