- Timestamp:
- Jun 22, 2010, 6:33:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/webkit/WebKit/qt/WebCoreSupport/EditorClientQt.cpp
r651 r757 250 250 251 251 bool EditorClientQt::isEditable() 252 { 252 { 253 253 return m_page->isContentEditable(); 254 254 } … … 435 435 default: 436 436 if (kevent->type() != PlatformKeyboardEvent::KeyDown && !kevent->ctrlKey() 437 #if ndef Q_WS_MAC437 #if 438 438 // We need to exclude checking for Alt because it is just a different Shift 439 439 && !kevent->altKey() … … 605 605 if (!active) { 606 606 // Setting the Qt::WA_InputMethodEnabled attribute true and Qt::ImhHiddenText flag 607 // for password fields. The Qt platform is responsible for determining which widget 607 // for password fields. The Qt platform is responsible for determining which widget 608 608 // will receive input method events for password fields. 609 609 Frame* frame = m_page->d->page->focusController()->focusedOrMainFrame();
Note:
See TracChangeset
for help on using the changeset viewer.