Closed (fixed)
Project:
Language Switcher Dropdown
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2010 at 21:49 UTC
Updated:
12 Apr 2011 at 15:41 UTC
The way this works violates Drupal's JavaScript principles, which also happen to be widely accepted best practices for using JavaScript. In short, this doesn't work at all with JavaScript disabled, but still displays a non-functioning language chooser, confusing users.
JavaScript should be applied on top of a form that works without JavaScript via standard form submit.
Comments
Comment #1
mohammed j. razemAdded graceful fallback when JavaScript is disabled.
Comment #2
mohammed j. razem