I just started a to develop a new app, added some UI and among others a
text input field. But every time I start the app in the Simulator and click
on the input field the cursor appears and then the simulator crashes...

I use the Firefox OS 2.0 Simulator Version 2.0.20140624.
I have no event listeners / JavaScript on the input element, I just styled
the element:

<div><input type="text" class="repo-input"></div>
>

.repo-input{
>   display: block;
>   margin: 10px 0;
>   border-radius: 0;
>   border: 1px solid #000;
>   background: #fff;
>   padding: 7px;
>   font-size: 17px;
>   width: calc(100% - 20px);
> }
>

I put my source on GitHub if you like to try to reproduce the crash...
https://github.com/TitanNano/GitInstall

crash report:

> AdapterDeviceID: 0x0de0
> AdapterVendorID: 0x10de
> Add-ons:
> AvailablePageFile: 9019523072
> AvailablePhysicalMemory: 1620762624
> AvailableVirtualMemory: 3893833728
> BIOS_Manufacturer: American Megatrends Inc.
> BlockedDllList:
> BreakpadReserveAddress: 75431936
> BreakpadReserveSize: 37748736
> BuildID: 20140624000201
> CrashTime: 1405166512
> EMCheckCompatibility: true
> FramePoisonBase: 00000000f0de0000
> FramePoisonSize: 65536
> InstallTime: 1404469484
> Notes: AdapterVendorID: 0x10de, AdapterDeviceID: 0x0de0, AdapterSubsysID:
> 00000000, AdapterDriverVersion: 9.18.13.3788
> D2D? D2D+ DWrite? DWrite+
> ProductID: {3c2e2abc-06d4-11e1-ac3b-374f68613e61}
> ProductName: B2G
> ReleaseChannel: default
> SecondsSinceLastCrash: 466
> StartupTime: 1405166504
> SystemMemoryUsePercentage: 81
> Theme: classic/1.0
> Throttleable: 1
> TotalPageFile: 17109049344
> TotalPhysicalMemory: 8555479040
> TotalVirtualMemory: 4294836224
> URL:
> User32BeforeBlocklist: 1
> Vendor: Mozilla
> Version: 32.0a2
> Winsock_LSP: MSAFD-Tcpip [TCP/IP] : 2 : 1 :
>  MSAFD-Tcpip [UDP/IP] : 2 : 2 : %SystemRoot%\system32\mswsock.dll
>  MSAFD-Tcpip [RAW/IP] : 2 : 3 :
>  MSAFD-Tcpip [TCP/IPv6] : 2 : 1 : %SystemRoot%\system32\mswsock.dll
>  MSAFD-Tcpip [UDP/IPv6] : 2 : 2 :
>  MSAFD-Tcpip [RAW/IPv6] : 2 : 3 : %SystemRoot%\system32\mswsock.dll
>  RSVP-TCPv6-Dienstanbieter : 2 : 1 :
>  RSVP-TCP-Dienstanbieter : 2 : 1 : %SystemRoot%\system32\mswsock.dll
>  RSVP-UDPv6-Dienstanbieter : 2 : 2 :
>  RSVP-UDP-Dienstanbieter : 2 : 2 : %SystemRoot%\system32\mswsock.dll
> useragent_locale: de
>
> This report also contains technical information about the state of the
> application when it crashed.
>


-- Jovan
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to