Jørgen Opsand
Jørgen Opsand

Reputation: 41

Delphi XE3 Firemonkey OS X - TComboBox hangs application

I have run into a problem which is very easy to recreate:

  1. Create a new FireMonkey HD application, put a TComboBox on the form and add a few items to it.
  2. Run the application in OS X (v. 10.8.2 in my case, but it has also been tested on 10.6.8).
  3. Click the combobox, but don't finish by clicking an item. Instead, "change your mind" and click somewhere else on the form.
  4. Wait for a few seconds and watch the "spinning beachball of death". The application hangs, nothing happens in the debugger.

Anyone who knows anything about this bug? A workaround would be highly appreciated.

Upvotes: 0

Views: 350

Answers (1)

wil
wil

Reputation: 11

This bug was introduced in XE3 Update 2. So you can go back to Update 1... or just roll back the one source package that introduced this: FMX.Platform.mac.pas

See also: https://forums.embarcadero.com/thread.jspa?threadID=84315&tstart=0

Upvotes: 1

Related Questions